Shades of Midnight Express #191D33
Tints of Midnight Express #191D33
RGB
CMYK
RGB Variations
Color information
#191D33 (or 0x191D33) is known color: Midnight Express. HEX triplet: 19, 1D and 33. RGB value is (25,29,51). Sum of RGB (Red+Green+Blue) = 25+29+51=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #191D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D33 is #E6E2CC. Grayscale: #1E1E1E. Windows color (decimal): -15131341 or 3349785. OLE color: 3349785.
HSL color Cylindrical-coordinate representation of color #191D33: hue angle of 230.77º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #191D33 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 29 | 51 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.8 |
| HSL | 230.77º | 0.34% | 0.15% | - |
| HSV(B) | 230.77º | 0.51% | 0.2% | - |
| XYZ | 1.44 | 1.32 | 3.31 | - |
| YUV | 30.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 51 | 0.51 | 0.43 | 0 | 0.8 | 230.77 | 0.34 | 0.15 |
| Hex | 19 | 1D | 33 | 33 | 2B | 0 | 50 | E7 | 22 | F |
| Octal | 31 | 35 | 63 | 63 | 53 | 0 | 120 | 347 | 42 | 17 |
| Binary | 11001 | 11101 | 110011 | 110011 | 101011 | 0 | 1010000 | 11100111 | 100010 | 1111 |
Color Harmonies of #191D33
Complementary color
Monochromatic Colors of #191D33
Black with #191D33
Text Example
Text Example
White with #191D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D33; }
p { color: rgb(25,29,51); }
H1.HeaderClassName
{
color: #191D33;
}
.AnyTagClassName
{
color: #191D33;
}
</style>
background-color css
<style>
a { background-color: #191D33; }
a { background-color: rgb(25,29,51); }
div.DivClassName
{
background-color: #191D33;
}
.BgClassName
{
background-color: #191D33;
}
</style>
border-color css
<style>
span { border-color: #191D33; }
span { border-color: rgb(25,29,51); }
td.TdClassName
{
border-color: #191D33;
}
.TagClassName
{
border-color: #191D33;
}
</style>