Shades of Midnight Express #252A37
Tints of Midnight Express #252A37
RGB
CMYK
RGB Variations
Color information
#252A37 (or 0x252A37) is known color: Midnight Express. HEX triplet: 25, 2A and 37. RGB value is (37,42,55). Sum of RGB (Red+Green+Blue) = 37+42+55=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #252A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A37 is #DAD5C8. Grayscale: #292929. Windows color (decimal): -14341577 or 3615269. OLE color: 3615269.
HSL color Cylindrical-coordinate representation of color #252A37: hue angle of 223.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #252A37 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 42 | 55 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.78 |
| HSL | 223.33º | 0.2% | 0.18% | - |
| HSV(B) | 223.33º | 0.33% | 0.22% | - |
| XYZ | 2.28 | 2.33 | 3.94 | - |
| YUV | 41.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 55 | 0.33 | 0.24 | 0 | 0.78 | 223.33 | 0.2 | 0.18 |
| Hex | 25 | 2A | 37 | 21 | 18 | 0 | 4E | DF | 14 | 12 |
| Octal | 45 | 52 | 67 | 41 | 30 | 0 | 116 | 337 | 24 | 22 |
| Binary | 100101 | 101010 | 110111 | 100001 | 11000 | 0 | 1001110 | 11011111 | 10100 | 10010 |
Color Harmonies of #252A37
Complementary color
Monochromatic Colors of #252A37
Black with #252A37
Text Example
Text Example
White with #252A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A37; }
p { color: rgb(37,42,55); }
H1.HeaderClassName
{
color: #252A37;
}
.AnyTagClassName
{
color: #252A37;
}
</style>
background-color css
<style>
a { background-color: #252A37; }
a { background-color: rgb(37,42,55); }
div.DivClassName
{
background-color: #252A37;
}
.BgClassName
{
background-color: #252A37;
}
</style>
border-color css
<style>
span { border-color: #252A37; }
span { border-color: rgb(37,42,55); }
td.TdClassName
{
border-color: #252A37;
}
.TagClassName
{
border-color: #252A37;
}
</style>