Shades of Black Russian #19191C
Tints of Black Russian #19191C
RGB
CMYK
RGB Variations
Color information
#19191C (or 0x19191C) is known color: Black Russian. HEX triplet: 19, 19 and 1C. RGB value is (25,25,28). Sum of RGB (Red+Green+Blue) = 25+25+28=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 28 - color contains mainly: blue. Hex color #19191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19191C is #E6E6E3. Grayscale: #191919. Windows color (decimal): -15132388 or 1841433. OLE color: 1841433.
HSL color Cylindrical-coordinate representation of color #19191C: hue angle of 240º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #19191C is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 25 | 28 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.89 |
| HSL | 240º | 0.06% | 0.1% | - |
| HSV(B) | 240º | 0.11% | 0.11% | - |
| XYZ | 0.96 | 0.99 | 1.24 | - |
| YUV | 25.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 28 | 0.11 | 0.11 | 0 | 0.89 | 240 | 0.06 | 0.1 |
| Hex | 19 | 19 | 1C | B | B | 0 | 59 | F0 | 6 | A |
| Octal | 31 | 31 | 34 | 13 | 13 | 0 | 131 | 360 | 6 | 12 |
| Binary | 11001 | 11001 | 11100 | 1011 | 1011 | 0 | 1011001 | 11110000 | 110 | 1010 |
Color Harmonies of #19191C
Complementary color
Monochromatic Colors of #19191C
Black with #19191C
Text Example
Text Example
White with #19191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19191C; }
p { color: rgb(25,25,28); }
H1.HeaderClassName
{
color: #19191C;
}
.AnyTagClassName
{
color: #19191C;
}
</style>
background-color css
<style>
a { background-color: #19191C; }
a { background-color: rgb(25,25,28); }
div.DivClassName
{
background-color: #19191C;
}
.BgClassName
{
background-color: #19191C;
}
</style>
border-color css
<style>
span { border-color: #19191C; }
span { border-color: rgb(25,25,28); }
td.TdClassName
{
border-color: #19191C;
}
.TagClassName
{
border-color: #19191C;
}
</style>