Shades of Midnight Express #252A40
Tints of Midnight Express #252A40
RGB
CMYK
RGB Variations
Color information
#252A40 (or 0x252A40) is known color: Midnight Express. HEX triplet: 25, 2A and 40. RGB value is (37,42,64). Sum of RGB (Red+Green+Blue) = 37+42+64=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #252A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A40 is #DAD5BF. Grayscale: #2A2A2A. Windows color (decimal): -14341568 or 4205093. OLE color: 4205093.
HSL color Cylindrical-coordinate representation of color #252A40: hue angle of 228.89º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #252A40 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 42 | 64 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.75 |
| HSL | 228.89º | 0.27% | 0.2% | - |
| HSV(B) | 228.89º | 0.42% | 0.25% | - |
| XYZ | 2.52 | 2.42 | 5.18 | - |
| YUV | 43.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 64 | 0.42 | 0.34 | 0 | 0.75 | 228.89 | 0.27 | 0.2 |
| Hex | 25 | 2A | 40 | 2A | 22 | 0 | 4B | E5 | 1B | 14 |
| Octal | 45 | 52 | 100 | 52 | 42 | 0 | 113 | 345 | 33 | 24 |
| Binary | 100101 | 101010 | 1000000 | 101010 | 100010 | 0 | 1001011 | 11100101 | 11011 | 10100 |
Color Harmonies of #252A40
Complementary color
Monochromatic Colors of #252A40
Black with #252A40
Text Example
Text Example
White with #252A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A40; }
p { color: rgb(37,42,64); }
H1.HeaderClassName
{
color: #252A40;
}
.AnyTagClassName
{
color: #252A40;
}
</style>
background-color css
<style>
a { background-color: #252A40; }
a { background-color: rgb(37,42,64); }
div.DivClassName
{
background-color: #252A40;
}
.BgClassName
{
background-color: #252A40;
}
</style>
border-color css
<style>
span { border-color: #252A40; }
span { border-color: rgb(37,42,64); }
td.TdClassName
{
border-color: #252A40;
}
.TagClassName
{
border-color: #252A40;
}
</style>