Shades of Black Russian #14171C
Tints of Black Russian #14171C
RGB
CMYK
RGB Variations
Color information
#14171C (or 0x14171C) is known color: Black Russian. HEX triplet: 14, 17 and 1C. RGB value is (20,23,28). Sum of RGB (Red+Green+Blue) = 20+23+28=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #14171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14171C is #EBE8E3. Grayscale: #161616. Windows color (decimal): -15460580 or 1840916. OLE color: 1840916.
HSL color Cylindrical-coordinate representation of color #14171C: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #14171C is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 23 | 28 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.89 |
| HSL | 217.5º | 0.17% | 0.09% | - |
| HSV(B) | 217.5º | 0.29% | 0.11% | - |
| XYZ | 0.8 | 0.85 | 1.22 | - |
| YUV | 22.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 28 | 0.29 | 0.18 | 0 | 0.89 | 217.5 | 0.17 | 0.09 |
| Hex | 14 | 17 | 1C | 1D | 12 | 0 | 59 | DA | 11 | 9 |
| Octal | 24 | 27 | 34 | 35 | 22 | 0 | 131 | 332 | 21 | 11 |
| Binary | 10100 | 10111 | 11100 | 11101 | 10010 | 0 | 1011001 | 11011010 | 10001 | 1001 |
Color Harmonies of #14171C
Complementary color
Monochromatic Colors of #14171C
Black with #14171C
Text Example
Text Example
White with #14171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14171C; }
p { color: rgb(20,23,28); }
H1.HeaderClassName
{
color: #14171C;
}
.AnyTagClassName
{
color: #14171C;
}
</style>
background-color css
<style>
a { background-color: #14171C; }
a { background-color: rgb(20,23,28); }
div.DivClassName
{
background-color: #14171C;
}
.BgClassName
{
background-color: #14171C;
}
</style>
border-color css
<style>
span { border-color: #14171C; }
span { border-color: rgb(20,23,28); }
td.TdClassName
{
border-color: #14171C;
}
.TagClassName
{
border-color: #14171C;
}
</style>