Shades of Midnight Express #252C3F
Tints of Midnight Express #252C3F
RGB
CMYK
RGB Variations
Color information
#252C3F (or 0x252C3F) is known color: Midnight Express. HEX triplet: 25, 2C and 3F. RGB value is (37,44,63). Sum of RGB (Red+Green+Blue) = 37+44+63=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #252C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C3F is #DAD3C0. Grayscale: #2B2B2B. Windows color (decimal): -14341057 or 4140069. OLE color: 4140069.
HSL color Cylindrical-coordinate representation of color #252C3F: hue angle of 223.85º 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 #252C3F is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 44 | 63 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.75 |
| HSL | 223.85º | 0.26% | 0.2% | - |
| HSV(B) | 223.85º | 0.41% | 0.25% | - |
| XYZ | 2.56 | 2.55 | 5.06 | - |
| YUV | 44.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 63 | 0.41 | 0.30 | 0 | 0.75 | 223.85 | 0.26 | 0.2 |
| Hex | 25 | 2C | 3F | 29 | 1E | 0 | 4B | E0 | 1A | 14 |
| Octal | 45 | 54 | 77 | 51 | 36 | 0 | 113 | 340 | 32 | 24 |
| Binary | 100101 | 101100 | 111111 | 101001 | 11110 | 0 | 1001011 | 11100000 | 11010 | 10100 |
Color Harmonies of #252C3F
Complementary color
Monochromatic Colors of #252C3F
Black with #252C3F
Text Example
Text Example
White with #252C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C3F; }
p { color: rgb(37,44,63); }
H1.HeaderClassName
{
color: #252C3F;
}
.AnyTagClassName
{
color: #252C3F;
}
</style>
background-color css
<style>
a { background-color: #252C3F; }
a { background-color: rgb(37,44,63); }
div.DivClassName
{
background-color: #252C3F;
}
.BgClassName
{
background-color: #252C3F;
}
</style>
border-color css
<style>
span { border-color: #252C3F; }
span { border-color: rgb(37,44,63); }
td.TdClassName
{
border-color: #252C3F;
}
.TagClassName
{
border-color: #252C3F;
}
</style>