Shades of Midnight Express #191F2F
Tints of Midnight Express #191F2F
RGB
CMYK
RGB Variations
Color information
#191F2F (or 0x191F2F) is known color: Midnight Express. HEX triplet: 19, 1F and 2F. RGB value is (25,31,47). Sum of RGB (Red+Green+Blue) = 25+31+47=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #191F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F2F is #E6E0D0. Grayscale: #1E1E1E. Windows color (decimal): -15130833 or 3088153. OLE color: 3088153.
HSL color Cylindrical-coordinate representation of color #191F2F: hue angle of 223.64º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #191F2F is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 31 | 47 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.82 |
| HSL | 223.64º | 0.31% | 0.14% | - |
| HSV(B) | 223.64º | 0.47% | 0.18% | - |
| XYZ | 1.4 | 1.39 | 2.88 | - |
| YUV | 31.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 47 | 0.47 | 0.34 | 0 | 0.82 | 223.64 | 0.31 | 0.14 |
| Hex | 19 | 1F | 2F | 2F | 22 | 0 | 52 | E0 | 1F | E |
| Octal | 31 | 37 | 57 | 57 | 42 | 0 | 122 | 340 | 37 | 16 |
| Binary | 11001 | 11111 | 101111 | 101111 | 100010 | 0 | 1010010 | 11100000 | 11111 | 1110 |
Color Harmonies of #191F2F
Complementary color
Monochromatic Colors of #191F2F
Black with #191F2F
Text Example
Text Example
White with #191F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F2F; }
p { color: rgb(25,31,47); }
H1.HeaderClassName
{
color: #191F2F;
}
.AnyTagClassName
{
color: #191F2F;
}
</style>
background-color css
<style>
a { background-color: #191F2F; }
a { background-color: rgb(25,31,47); }
div.DivClassName
{
background-color: #191F2F;
}
.BgClassName
{
background-color: #191F2F;
}
</style>
border-color css
<style>
span { border-color: #191F2F; }
span { border-color: rgb(25,31,47); }
td.TdClassName
{
border-color: #191F2F;
}
.TagClassName
{
border-color: #191F2F;
}
</style>