Shades of Midnight #25303E
Tints of Midnight #25303E
RGB
CMYK
RGB Variations
Color information
#25303E (or 0x25303E) is known color: Midnight. HEX triplet: 25, 30 and 3E. RGB value is (37,48,62). Sum of RGB (Red+Green+Blue) = 37+48+62=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #25303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25303E is #DACFC1. Grayscale: #2E2E2E. Windows color (decimal): -14340034 or 4075557. OLE color: 4075557.
HSL color Cylindrical-coordinate representation of color #25303E: hue angle of 213.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25303E is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 48 | 62 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.76 |
| HSL | 213.6º | 0.25% | 0.19% | - |
| HSV(B) | 213.6º | 0.4% | 0.24% | - |
| XYZ | 2.69 | 2.86 | 4.97 | - |
| YUV | 46.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 62 | 0.40 | 0.23 | 0 | 0.76 | 213.6 | 0.25 | 0.19 |
| Hex | 25 | 30 | 3E | 28 | 17 | 0 | 4C | D6 | 19 | 13 |
| Octal | 45 | 60 | 76 | 50 | 27 | 0 | 114 | 326 | 31 | 23 |
| Binary | 100101 | 110000 | 111110 | 101000 | 10111 | 0 | 1001100 | 11010110 | 11001 | 10011 |
Color Harmonies of #25303E
Complementary color
Monochromatic Colors of #25303E
Black with #25303E
Text Example
Text Example
White with #25303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25303E; }
p { color: rgb(37,48,62); }
H1.HeaderClassName
{
color: #25303E;
}
.AnyTagClassName
{
color: #25303E;
}
</style>
background-color css
<style>
a { background-color: #25303E; }
a { background-color: rgb(37,48,62); }
div.DivClassName
{
background-color: #25303E;
}
.BgClassName
{
background-color: #25303E;
}
</style>
border-color css
<style>
span { border-color: #25303E; }
span { border-color: rgb(37,48,62); }
td.TdClassName
{
border-color: #25303E;
}
.TagClassName
{
border-color: #25303E;
}
</style>