Shades of Black Russian #171A20
Tints of Black Russian #171A20
RGB
CMYK
RGB Variations
Color information
#171A20 (or 0x171A20) is known color: Black Russian. HEX triplet: 17, 1A and 20. RGB value is (23,26,32). Sum of RGB (Red+Green+Blue) = 23+26+32=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 32 - color contains mainly: blue. Hex color #171A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171A20 is #E8E5DF. Grayscale: #191919. Windows color (decimal): -15263200 or 2103831. OLE color: 2103831.
HSL color Cylindrical-coordinate representation of color #171A20: hue angle of 220º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #171A20 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 23 | 26 | 32 | - |
CMYK | 0.28 | 0.19 | 0 | 0.87 |
HSL | 220º | 0.16% | 0.11% | - |
HSV(B) | 220º | 0.28% | 0.13% | - |
XYZ | 0.98 | 1.03 | 1.51 | - |
YUV | 25.79 | 131.51 | 126.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 23 | 26 | 32 | 0.28 | 0.19 | 0 | 0.87 | 220 | 0.16 | 0.11 |
Hex | 17 | 1A | 20 | 1C | 13 | 0 | 57 | DC | 10 | B |
Octal | 27 | 32 | 40 | 34 | 23 | 0 | 127 | 334 | 20 | 13 |
Binary | 10111 | 11010 | 100000 | 11100 | 10011 | 0 | 1010111 | 11011100 | 10000 | 1011 |
Color Harmonies of #171A20
Complementary color
Monochromatic Colors of #171A20
Black with #171A20
Text Example
Text Example
White with #171A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A20; }
p { color: rgb(23,26,32); }
H1.HeaderClassName
{
color: #171A20;
}
.AnyTagClassName
{
color: #171A20;
}
</style>
background-color css
<style>
a { background-color: #171A20; }
a { background-color: rgb(23,26,32); }
div.DivClassName
{
background-color: #171A20;
}
.BgClassName
{
background-color: #171A20;
}
</style>
border-color css
<style>
span { border-color: #171A20; }
span { border-color: rgb(23,26,32); }
td.TdClassName
{
border-color: #171A20;
}
.TagClassName
{
border-color: #171A20;
}
</style>