Shades of Midnight #25323F
Tints of Midnight #25323F
RGB
CMYK
RGB Variations
Color information
#25323F (or 0x25323F) is known color: Midnight. HEX triplet: 25, 32 and 3F. RGB value is (37,50,63). Sum of RGB (Red+Green+Blue) = 37+50+63=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #25323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25323F is #DACDC0. Grayscale: #2F2F2F. Windows color (decimal): -14339521 or 4141605. OLE color: 4141605.
HSL color Cylindrical-coordinate representation of color #25323F: hue angle of 210º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25323F is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 50 | 63 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.75 |
| HSL | 210º | 0.26% | 0.2% | - |
| HSV(B) | 210º | 0.41% | 0.25% | - |
| XYZ | 2.8 | 3.03 | 5.14 | - |
| YUV | 47.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 63 | 0.41 | 0.21 | 0 | 0.75 | 210 | 0.26 | 0.2 |
| Hex | 25 | 32 | 3F | 29 | 15 | 0 | 4B | D2 | 1A | 14 |
| Octal | 45 | 62 | 77 | 51 | 25 | 0 | 113 | 322 | 32 | 24 |
| Binary | 100101 | 110010 | 111111 | 101001 | 10101 | 0 | 1001011 | 11010010 | 11010 | 10100 |
Color Harmonies of #25323F
Complementary color
Monochromatic Colors of #25323F
Black with #25323F
Text Example
Text Example
White with #25323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25323F; }
p { color: rgb(37,50,63); }
H1.HeaderClassName
{
color: #25323F;
}
.AnyTagClassName
{
color: #25323F;
}
</style>
background-color css
<style>
a { background-color: #25323F; }
a { background-color: rgb(37,50,63); }
div.DivClassName
{
background-color: #25323F;
}
.BgClassName
{
background-color: #25323F;
}
</style>
border-color css
<style>
span { border-color: #25323F; }
span { border-color: rgb(37,50,63); }
td.TdClassName
{
border-color: #25323F;
}
.TagClassName
{
border-color: #25323F;
}
</style>