Shades of Midnight Express #252A43
Tints of Midnight Express #252A43
RGB
CMYK
RGB Variations
Color information
#252A43 (or 0x252A43) is known color: Midnight Express. HEX triplet: 25, 2A and 43. RGB value is (37,42,67). Sum of RGB (Red+Green+Blue) = 37+42+67=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #252A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A43 is #DAD5BC. Grayscale: #2B2B2B. Windows color (decimal): -14341565 or 4401701. OLE color: 4401701.
HSL color Cylindrical-coordinate representation of color #252A43: hue angle of 230º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #252A43 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 42 | 67 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.74 |
| HSL | 230º | 0.29% | 0.2% | - |
| HSV(B) | 230º | 0.45% | 0.26% | - |
| XYZ | 2.6 | 2.45 | 5.65 | - |
| YUV | 43.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 67 | 0.45 | 0.37 | 0 | 0.74 | 230 | 0.29 | 0.2 |
| Hex | 25 | 2A | 43 | 2D | 25 | 0 | 4A | E6 | 1D | 14 |
| Octal | 45 | 52 | 103 | 55 | 45 | 0 | 112 | 346 | 35 | 24 |
| Binary | 100101 | 101010 | 1000011 | 101101 | 100101 | 0 | 1001010 | 11100110 | 11101 | 10100 |
Color Harmonies of #252A43
Complementary color
Monochromatic Colors of #252A43
Black with #252A43
Text Example
Text Example
White with #252A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A43; }
p { color: rgb(37,42,67); }
H1.HeaderClassName
{
color: #252A43;
}
.AnyTagClassName
{
color: #252A43;
}
</style>
background-color css
<style>
a { background-color: #252A43; }
a { background-color: rgb(37,42,67); }
div.DivClassName
{
background-color: #252A43;
}
.BgClassName
{
background-color: #252A43;
}
</style>
border-color css
<style>
span { border-color: #252A43; }
span { border-color: rgb(37,42,67); }
td.TdClassName
{
border-color: #252A43;
}
.TagClassName
{
border-color: #252A43;
}
</style>