Shades of Midnight Express #252C3D
Tints of Midnight Express #252C3D
RGB
CMYK
RGB Variations
Color information
#252C3D (or 0x252C3D) is known color: Midnight Express. HEX triplet: 25, 2C and 3D. RGB value is (37,44,61). Sum of RGB (Red+Green+Blue) = 37+44+61=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #252C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C3D is #DAD3C2. Grayscale: #2B2B2B. Windows color (decimal): -14341059 or 4008997. OLE color: 4008997.
HSL color Cylindrical-coordinate representation of color #252C3D: hue angle of 222.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #252C3D is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 44 | 61 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.76 |
| HSL | 222.5º | 0.24% | 0.19% | - |
| HSV(B) | 222.5º | 0.39% | 0.24% | - |
| XYZ | 2.51 | 2.53 | 4.77 | - |
| YUV | 43.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 61 | 0.39 | 0.28 | 0 | 0.76 | 222.5 | 0.24 | 0.19 |
| Hex | 25 | 2C | 3D | 27 | 1C | 0 | 4C | DE | 18 | 13 |
| Octal | 45 | 54 | 75 | 47 | 34 | 0 | 114 | 336 | 30 | 23 |
| Binary | 100101 | 101100 | 111101 | 100111 | 11100 | 0 | 1001100 | 11011110 | 11000 | 10011 |
Color Harmonies of #252C3D
Complementary color
Monochromatic Colors of #252C3D
Black with #252C3D
Text Example
Text Example
White with #252C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C3D; }
p { color: rgb(37,44,61); }
H1.HeaderClassName
{
color: #252C3D;
}
.AnyTagClassName
{
color: #252C3D;
}
</style>
background-color css
<style>
a { background-color: #252C3D; }
a { background-color: rgb(37,44,61); }
div.DivClassName
{
background-color: #252C3D;
}
.BgClassName
{
background-color: #252C3D;
}
</style>
border-color css
<style>
span { border-color: #252C3D; }
span { border-color: rgb(37,44,61); }
td.TdClassName
{
border-color: #252C3D;
}
.TagClassName
{
border-color: #252C3D;
}
</style>