Shades of Black Russian #191D2F
Tints of Black Russian #191D2F
RGB
CMYK
RGB Variations
Color information
#191D2F (or 0x191D2F) is known color: Black Russian. HEX triplet: 19, 1D and 2F. RGB value is (25,29,47). Sum of RGB (Red+Green+Blue) = 25+29+47=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #191D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D2F is #E6E2D0. Grayscale: #1D1D1D. Windows color (decimal): -15131345 or 3087641. OLE color: 3087641.
HSL color Cylindrical-coordinate representation of color #191D2F: hue angle of 229.09º 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 #191D2F is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 29 | 47 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.82 |
| HSL | 229.09º | 0.31% | 0.14% | - |
| HSV(B) | 229.09º | 0.47% | 0.18% | - |
| XYZ | 1.35 | 1.29 | 2.87 | - |
| YUV | 29.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 47 | 0.47 | 0.38 | 0 | 0.82 | 229.09 | 0.31 | 0.14 |
| Hex | 19 | 1D | 2F | 2F | 26 | 0 | 52 | E5 | 1F | E |
| Octal | 31 | 35 | 57 | 57 | 46 | 0 | 122 | 345 | 37 | 16 |
| Binary | 11001 | 11101 | 101111 | 101111 | 100110 | 0 | 1010010 | 11100101 | 11111 | 1110 |
Color Harmonies of #191D2F
Complementary color
Monochromatic Colors of #191D2F
Black with #191D2F
Text Example
Text Example
White with #191D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191D2F; }
p { color: rgb(25,29,47); }
H1.HeaderClassName
{
color: #191D2F;
}
.AnyTagClassName
{
color: #191D2F;
}
</style>
background-color css
<style>
a { background-color: #191D2F; }
a { background-color: rgb(25,29,47); }
div.DivClassName
{
background-color: #191D2F;
}
.BgClassName
{
background-color: #191D2F;
}
</style>
border-color css
<style>
span { border-color: #191D2F; }
span { border-color: rgb(25,29,47); }
td.TdClassName
{
border-color: #191D2F;
}
.TagClassName
{
border-color: #191D2F;
}
</style>