Shades of Midnight Express #131832
Tints of Midnight Express #131832
RGB
CMYK
RGB Variations
Color information
#131832 (or 0x131832) is known color: Midnight Express. HEX triplet: 13, 18 and 32. RGB value is (19,24,50). Sum of RGB (Red+Green+Blue) = 19+24+50=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #131832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131832 is #ECE7CD. Grayscale: #191919. Windows color (decimal): -15525838 or 3282963. OLE color: 3282963.
HSL color Cylindrical-coordinate representation of color #131832: hue angle of 230.32º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131832 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 24 | 50 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.80 |
| HSL | 230.32º | 0.45% | 0.14% | - |
| HSV(B) | 230.32º | 0.62% | 0.2% | - |
| XYZ | 1.17 | 1.02 | 3.15 | - |
| YUV | 25.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 50 | 0.62 | 0.52 | 0 | 0.80 | 230.32 | 0.45 | 0.14 |
| Hex | 13 | 18 | 32 | 3E | 34 | 0 | 50 | E6 | 2D | E |
| Octal | 23 | 30 | 62 | 76 | 64 | 0 | 120 | 346 | 55 | 16 |
| Binary | 10011 | 11000 | 110010 | 111110 | 110100 | 0 | 1010000 | 11100110 | 101101 | 1110 |
Color Harmonies of #131832
Complementary color
Monochromatic Colors of #131832
Black with #131832
Text Example
Text Example
White with #131832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131832; }
p { color: rgb(19,24,50); }
H1.HeaderClassName
{
color: #131832;
}
.AnyTagClassName
{
color: #131832;
}
</style>
background-color css
<style>
a { background-color: #131832; }
a { background-color: rgb(19,24,50); }
div.DivClassName
{
background-color: #131832;
}
.BgClassName
{
background-color: #131832;
}
</style>
border-color css
<style>
span { border-color: #131832; }
span { border-color: rgb(19,24,50); }
td.TdClassName
{
border-color: #131832;
}
.TagClassName
{
border-color: #131832;
}
</style>