Shades of Black Russian #14171D
Tints of Black Russian #14171D
RGB
CMYK
RGB Variations
Color information
#14171D (or 0x14171D) is known color: Black Russian. HEX triplet: 14, 17 and 1D. RGB value is (20,23,29). Sum of RGB (Red+Green+Blue) = 20+23+29=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #14171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14171D is #EBE8E2. Grayscale: #161616. Windows color (decimal): -15460579 or 1906452. OLE color: 1906452.
HSL color Cylindrical-coordinate representation of color #14171D: hue angle of 220º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #14171D is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 23 | 29 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.89 |
| HSL | 220º | 0.18% | 0.1% | - |
| HSV(B) | 220º | 0.31% | 0.11% | - |
| XYZ | 0.82 | 0.85 | 1.28 | - |
| YUV | 22.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 29 | 0.31 | 0.21 | 0 | 0.89 | 220 | 0.18 | 0.1 |
| Hex | 14 | 17 | 1D | 1F | 15 | 0 | 59 | DC | 12 | A |
| Octal | 24 | 27 | 35 | 37 | 25 | 0 | 131 | 334 | 22 | 12 |
| Binary | 10100 | 10111 | 11101 | 11111 | 10101 | 0 | 1011001 | 11011100 | 10010 | 1010 |
Color Harmonies of #14171D
Complementary color
Monochromatic Colors of #14171D
Black with #14171D
Text Example
Text Example
White with #14171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14171D; }
p { color: rgb(20,23,29); }
H1.HeaderClassName
{
color: #14171D;
}
.AnyTagClassName
{
color: #14171D;
}
</style>
background-color css
<style>
a { background-color: #14171D; }
a { background-color: rgb(20,23,29); }
div.DivClassName
{
background-color: #14171D;
}
.BgClassName
{
background-color: #14171D;
}
</style>
border-color css
<style>
span { border-color: #14171D; }
span { border-color: rgb(20,23,29); }
td.TdClassName
{
border-color: #14171D;
}
.TagClassName
{
border-color: #14171D;
}
</style>