Shades of Black Russian #191B1F
Tints of Black Russian #191B1F
RGB
CMYK
RGB Variations
Color information
#191B1F (or 0x191B1F) is known color: Black Russian. HEX triplet: 19, 1B and 1F. RGB value is (25,27,31). Sum of RGB (Red+Green+Blue) = 25+27+31=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 31 - color contains mainly: blue. Hex color #191B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B1F is #E6E4E0. Grayscale: #1A1A1A. Windows color (decimal): -15131873 or 2038553. OLE color: 2038553.
HSL color Cylindrical-coordinate representation of color #191B1F: hue angle of 220º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #191B1F is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
RGB | 25 | 27 | 31 | - |
CMYK | 0.19 | 0.13 | 0 | 0.88 |
HSL | 220º | 0.11% | 0.11% | - |
HSV(B) | 220º | 0.19% | 0.12% | - |
XYZ | 1.04 | 1.09 | 1.45 | - |
YUV | 26.86 | 130.34 | 126.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 27 | 31 | 0.19 | 0.13 | 0 | 0.88 | 220 | 0.11 | 0.11 |
Hex | 19 | 1B | 1F | 13 | D | 0 | 58 | DC | B | B |
Octal | 31 | 33 | 37 | 23 | 15 | 0 | 130 | 334 | 13 | 13 |
Binary | 11001 | 11011 | 11111 | 10011 | 1101 | 0 | 1011000 | 11011100 | 1011 | 1011 |
Color Harmonies of #191B1F
Complementary color
Monochromatic Colors of #191B1F
Black with #191B1F
Text Example
Text Example
White with #191B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B1F; }
p { color: rgb(25,27,31); }
H1.HeaderClassName
{
color: #191B1F;
}
.AnyTagClassName
{
color: #191B1F;
}
</style>
background-color css
<style>
a { background-color: #191B1F; }
a { background-color: rgb(25,27,31); }
div.DivClassName
{
background-color: #191B1F;
}
.BgClassName
{
background-color: #191B1F;
}
</style>
border-color css
<style>
span { border-color: #191B1F; }
span { border-color: rgb(25,27,31); }
td.TdClassName
{
border-color: #191B1F;
}
.TagClassName
{
border-color: #191B1F;
}
</style>