Shades of Black Russian #14172D
Tints of Black Russian #14172D
RGB
CMYK
RGB Variations
Color information
#14172D (or 0x14172D) is known color: Black Russian. HEX triplet: 14, 17 and 2D. RGB value is (20,23,45). Sum of RGB (Red+Green+Blue) = 20+23+45=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #14172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14172D is #EBE8D2. Grayscale: #181818. Windows color (decimal): -15460563 or 2955028. OLE color: 2955028.
HSL color Cylindrical-coordinate representation of color #14172D: hue angle of 232.8º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #14172D is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 23 | 45 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.82 |
| HSL | 232.8º | 0.38% | 0.13% | - |
| HSV(B) | 232.8º | 0.56% | 0.18% | - |
| XYZ | 1.07 | 0.95 | 2.61 | - |
| YUV | 24.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 45 | 0.56 | 0.49 | 0 | 0.82 | 232.8 | 0.38 | 0.13 |
| Hex | 14 | 17 | 2D | 38 | 31 | 0 | 52 | E9 | 26 | D |
| Octal | 24 | 27 | 55 | 70 | 61 | 0 | 122 | 351 | 46 | 15 |
| Binary | 10100 | 10111 | 101101 | 111000 | 110001 | 0 | 1010010 | 11101001 | 100110 | 1101 |
Color Harmonies of #14172D
Complementary color
Monochromatic Colors of #14172D
Black with #14172D
Text Example
Text Example
White with #14172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14172D; }
p { color: rgb(20,23,45); }
H1.HeaderClassName
{
color: #14172D;
}
.AnyTagClassName
{
color: #14172D;
}
</style>
background-color css
<style>
a { background-color: #14172D; }
a { background-color: rgb(20,23,45); }
div.DivClassName
{
background-color: #14172D;
}
.BgClassName
{
background-color: #14172D;
}
</style>
border-color css
<style>
span { border-color: #14172D; }
span { border-color: rgb(20,23,45); }
td.TdClassName
{
border-color: #14172D;
}
.TagClassName
{
border-color: #14172D;
}
</style>