#25000A 3AM Breakup
#25000A (3AM Breakup) RGB value is (37, 0, 10).
Red value is 37, green value is 0, and blue value is 10.
Cylindrical-coordinate representations (HSL) of color #25000A: hue: 344°, saturation: 100%, and lightness: 7.3%.
Process color (CMYK) of #25000A is 0%, 100%, 73%, 85.5%. Web safe color equivalent of #25000A is ##330000. Color #25000A contains mainly Red.
Color Spaces
| Color spaces of #25000A | Value |
|---|---|
| RGB | 37, 0, 10 |
| HSL | 344°, 100%, 7.3% |
| HSV / HSB | 344°, 100%, 14.5% |
| CMYK | 0%, 100%, 73%, 85.5% |
| XYZ | 0.82, 0.42, 0.32 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00100101 | 00000000 | 00001010 |
| Octal | 045 | 000 | 012 |
| Decimal | 37 | 0 | 10 |
| Hex | 25 | 00 | 0A |
Shades of #25000A
Tints of #25000A
.mybgColor { background-color: #25000A; }
.myforeColor { color: #25000A; }
.myborderColor { border: 3px solid #25000A; }
<p style="color:#25000A">Text here</p>
This sample text is styled with font color #25000A. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#25000A">Div content here</div>
<div style="border:3px solid #25000A">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37, 0, 10, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #25000A; }
.divShadow { -moz-box-shadow: 1px 1px 3px #25000A;
-webkit-box-shadow: 1px 1px 3px #25000A;
box-shadow: 1px 1px 3px #25000A; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #25000A (3AM Breakup)
Color Overview & Profile: Color #25000A, also known as 3AM Breakup, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 15% Red (37/255), 0% Green (0/255), and 4% Blue (10/255). The primary color family component is Red.
Print & Physical Production Specs: For physical print production and offset printing setups, #25000A translates into the CMYK subtractive color model with values of 0% Cyan, 100% Magenta, 73% Yellow, and 85.5% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 344°, saturation of 100%, and lightness of 7.3%.
Web Accessibility & Design Recommendations: When implementing #25000A in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##330000.
