Shades of Midnight Express #252A38
Tints of Midnight Express #252A38
RGB
CMYK
RGB Variations
Color information
#252A38 (or 0x252A38) is known color: Midnight Express. HEX triplet: 25, 2A and 38. RGB value is (37,42,56). Sum of RGB (Red+Green+Blue) = 37+42+56=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #252A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A38 is #DAD5C7. Grayscale: #2A2A2A. Windows color (decimal): -14341576 or 3680805. OLE color: 3680805.
HSL color Cylindrical-coordinate representation of color #252A38: hue angle of 224.21º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #252A38 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 42 | 56 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.78 |
| HSL | 224.21º | 0.2% | 0.18% | - |
| HSV(B) | 224.21º | 0.34% | 0.22% | - |
| XYZ | 2.3 | 2.33 | 4.07 | - |
| YUV | 42.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 56 | 0.34 | 0.25 | 0 | 0.78 | 224.21 | 0.2 | 0.18 |
| Hex | 25 | 2A | 38 | 22 | 19 | 0 | 4E | E0 | 14 | 12 |
| Octal | 45 | 52 | 70 | 42 | 31 | 0 | 116 | 340 | 24 | 22 |
| Binary | 100101 | 101010 | 111000 | 100010 | 11001 | 0 | 1001110 | 11100000 | 10100 | 10010 |
Color Harmonies of #252A38
Complementary color
Monochromatic Colors of #252A38
Black with #252A38
Text Example
Text Example
White with #252A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A38; }
p { color: rgb(37,42,56); }
H1.HeaderClassName
{
color: #252A38;
}
.AnyTagClassName
{
color: #252A38;
}
</style>
background-color css
<style>
a { background-color: #252A38; }
a { background-color: rgb(37,42,56); }
div.DivClassName
{
background-color: #252A38;
}
.BgClassName
{
background-color: #252A38;
}
</style>
border-color css
<style>
span { border-color: #252A38; }
span { border-color: rgb(37,42,56); }
td.TdClassName
{
border-color: #252A38;
}
.TagClassName
{
border-color: #252A38;
}
</style>