Shades of Midnight #253143
Tints of Midnight #253143
RGB
CMYK
RGB Variations
Color information
#253143 (or 0x253143) is known color: Midnight. HEX triplet: 25, 31 and 43. RGB value is (37,49,67). Sum of RGB (Red+Green+Blue) = 37+49+67=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 67 - color contains mainly: blue. Hex color #253143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253143 is #DACEBC. Grayscale: #2F2F2F. Windows color (decimal): -14339773 or 4403493. OLE color: 4403493.
HSL color Cylindrical-coordinate representation of color #253143: hue angle of 216º 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 #253143 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 49 | 67 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.74 |
| HSL | 216º | 0.29% | 0.2% | - |
| HSV(B) | 216º | 0.45% | 0.26% | - |
| XYZ | 2.87 | 3 | 5.74 | - |
| YUV | 47.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 67 | 0.45 | 0.27 | 0 | 0.74 | 216 | 0.29 | 0.2 |
| Hex | 25 | 31 | 43 | 2D | 1B | 0 | 4A | D8 | 1D | 14 |
| Octal | 45 | 61 | 103 | 55 | 33 | 0 | 112 | 330 | 35 | 24 |
| Binary | 100101 | 110001 | 1000011 | 101101 | 11011 | 0 | 1001010 | 11011000 | 11101 | 10100 |
Color Harmonies of #253143
Complementary color
Monochromatic Colors of #253143
Black with #253143
Text Example
Text Example
White with #253143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253143; }
p { color: rgb(37,49,67); }
H1.HeaderClassName
{
color: #253143;
}
.AnyTagClassName
{
color: #253143;
}
</style>
background-color css
<style>
a { background-color: #253143; }
a { background-color: rgb(37,49,67); }
div.DivClassName
{
background-color: #253143;
}
.BgClassName
{
background-color: #253143;
}
</style>
border-color css
<style>
span { border-color: #253143; }
span { border-color: rgb(37,49,67); }
td.TdClassName
{
border-color: #253143;
}
.TagClassName
{
border-color: #253143;
}
</style>