Shades of Black Russian #19191A
Tints of Black Russian #19191A
RGB
CMYK
RGB Variations
Color information
#19191A (or 0x19191A) is known color: Black Russian. HEX triplet: 19, 19 and 1A. RGB value is (25,25,26). Sum of RGB (Red+Green+Blue) = 25+25+26=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 26 - color contains mainly: blue. Hex color #19191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19191A is #E6E6E5. Grayscale: #191919. Windows color (decimal): -15132390 or 1710361. OLE color: 1710361.
HSL color Cylindrical-coordinate representation of color #19191A: hue angle of 240º degrees, saturation: 0.02, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #19191A is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 25 | 25 | 26 | - |
CMYK | 0.04 | 0.04 | 0 | 0.90 |
HSL | 240º | 0.02% | 0.1% | - |
HSV(B) | 240º | 0.04% | 0.1% | - |
XYZ | 0.93 | 0.98 | 1.12 | - |
YUV | 25.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 25 | 26 | 0.04 | 0.04 | 0 | 0.90 | 240 | 0.02 | 0.1 |
Hex | 19 | 19 | 1A | 4 | 4 | 0 | 5A | F0 | 2 | A |
Octal | 31 | 31 | 32 | 4 | 4 | 0 | 132 | 360 | 2 | 12 |
Binary | 11001 | 11001 | 11010 | 100 | 100 | 0 | 1011010 | 11110000 | 10 | 1010 |
Color Harmonies of #19191A
Complementary color
Monochromatic Colors of #19191A
Black with #19191A
Text Example
Text Example
White with #19191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19191A; }
p { color: rgb(25,25,26); }
H1.HeaderClassName
{
color: #19191A;
}
.AnyTagClassName
{
color: #19191A;
}
</style>
background-color css
<style>
a { background-color: #19191A; }
a { background-color: rgb(25,25,26); }
div.DivClassName
{
background-color: #19191A;
}
.BgClassName
{
background-color: #19191A;
}
</style>
border-color css
<style>
span { border-color: #19191A; }
span { border-color: rgb(25,25,26); }
td.TdClassName
{
border-color: #19191A;
}
.TagClassName
{
border-color: #19191A;
}
</style>