Shades of Midnight #25303B
Tints of Midnight #25303B
RGB
CMYK
RGB Variations
Color information
#25303B (or 0x25303B) is known color: Midnight. HEX triplet: 25, 30 and 3B. RGB value is (37,48,59). Sum of RGB (Red+Green+Blue) = 37+48+59=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #25303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25303B is #DACFC4. Grayscale: #2D2D2D. Windows color (decimal): -14340037 or 3878949. OLE color: 3878949.
HSL color Cylindrical-coordinate representation of color #25303B: hue angle of 210º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #25303B is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 48 | 59 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.77 |
| HSL | 210º | 0.23% | 0.19% | - |
| HSV(B) | 210º | 0.37% | 0.23% | - |
| XYZ | 2.61 | 2.82 | 4.55 | - |
| YUV | 45.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 59 | 0.37 | 0.19 | 0 | 0.77 | 210 | 0.23 | 0.19 |
| Hex | 25 | 30 | 3B | 25 | 13 | 0 | 4D | D2 | 17 | 13 |
| Octal | 45 | 60 | 73 | 45 | 23 | 0 | 115 | 322 | 27 | 23 |
| Binary | 100101 | 110000 | 111011 | 100101 | 10011 | 0 | 1001101 | 11010010 | 10111 | 10011 |
Color Harmonies of #25303B
Complementary color
Monochromatic Colors of #25303B
Black with #25303B
Text Example
Text Example
White with #25303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25303B; }
p { color: rgb(37,48,59); }
H1.HeaderClassName
{
color: #25303B;
}
.AnyTagClassName
{
color: #25303B;
}
</style>
background-color css
<style>
a { background-color: #25303B; }
a { background-color: rgb(37,48,59); }
div.DivClassName
{
background-color: #25303B;
}
.BgClassName
{
background-color: #25303B;
}
</style>
border-color css
<style>
span { border-color: #25303B; }
span { border-color: rgb(37,48,59); }
td.TdClassName
{
border-color: #25303B;
}
.TagClassName
{
border-color: #25303B;
}
</style>