Shades of Midnight Express #151F32
Tints of Midnight Express #151F32
RGB
CMYK
RGB Variations
Color information
#151F32 (or 0x151F32) is known color: Midnight Express. HEX triplet: 15, 1F and 32. RGB value is (21,31,50). Sum of RGB (Red+Green+Blue) = 21+31+50=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #151F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F32 is #EAE0CD. Grayscale: #1E1E1E. Windows color (decimal): -15392974 or 3284757. OLE color: 3284757.
HSL color Cylindrical-coordinate representation of color #151F32: hue angle of 219.31º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #151F32 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 31 | 50 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.80 |
| HSL | 219.31º | 0.41% | 0.14% | - |
| HSV(B) | 219.31º | 0.58% | 0.2% | - |
| XYZ | 1.37 | 1.37 | 3.21 | - |
| YUV | 30.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 50 | 0.58 | 0.38 | 0 | 0.80 | 219.31 | 0.41 | 0.14 |
| Hex | 15 | 1F | 32 | 3A | 26 | 0 | 50 | DB | 29 | E |
| Octal | 25 | 37 | 62 | 72 | 46 | 0 | 120 | 333 | 51 | 16 |
| Binary | 10101 | 11111 | 110010 | 111010 | 100110 | 0 | 1010000 | 11011011 | 101001 | 1110 |
Color Harmonies of #151F32
Complementary color
Monochromatic Colors of #151F32
Black with #151F32
Text Example
Text Example
White with #151F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F32; }
p { color: rgb(21,31,50); }
H1.HeaderClassName
{
color: #151F32;
}
.AnyTagClassName
{
color: #151F32;
}
</style>
background-color css
<style>
a { background-color: #151F32; }
a { background-color: rgb(21,31,50); }
div.DivClassName
{
background-color: #151F32;
}
.BgClassName
{
background-color: #151F32;
}
</style>
border-color css
<style>
span { border-color: #151F32; }
span { border-color: rgb(21,31,50); }
td.TdClassName
{
border-color: #151F32;
}
.TagClassName
{
border-color: #151F32;
}
</style>