Shades of Black Russian #14172B
Tints of Black Russian #14172B
RGB
CMYK
RGB Variations
Color information
#14172B (or 0x14172B) is known color: Black Russian. HEX triplet: 14, 17 and 2B. RGB value is (20,23,43). Sum of RGB (Red+Green+Blue) = 20+23+43=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #14172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14172B is #EBE8D4. Grayscale: #181818. Windows color (decimal): -15460565 or 2823956. OLE color: 2823956.
HSL color Cylindrical-coordinate representation of color #14172B: hue angle of 232.17º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14172B is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 23 | 43 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.83 |
| HSL | 232.17º | 0.37% | 0.12% | - |
| HSV(B) | 232.17º | 0.53% | 0.17% | - |
| XYZ | 1.03 | 0.94 | 2.41 | - |
| YUV | 24.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 43 | 0.53 | 0.47 | 0 | 0.83 | 232.17 | 0.37 | 0.12 |
| Hex | 14 | 17 | 2B | 35 | 2F | 0 | 53 | E8 | 25 | C |
| Octal | 24 | 27 | 53 | 65 | 57 | 0 | 123 | 350 | 45 | 14 |
| Binary | 10100 | 10111 | 101011 | 110101 | 101111 | 0 | 1010011 | 11101000 | 100101 | 1100 |
Color Harmonies of #14172B
Complementary color
Monochromatic Colors of #14172B
Black with #14172B
Text Example
Text Example
White with #14172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14172B; }
p { color: rgb(20,23,43); }
H1.HeaderClassName
{
color: #14172B;
}
.AnyTagClassName
{
color: #14172B;
}
</style>
background-color css
<style>
a { background-color: #14172B; }
a { background-color: rgb(20,23,43); }
div.DivClassName
{
background-color: #14172B;
}
.BgClassName
{
background-color: #14172B;
}
</style>
border-color css
<style>
span { border-color: #14172B; }
span { border-color: rgb(20,23,43); }
td.TdClassName
{
border-color: #14172B;
}
.TagClassName
{
border-color: #14172B;
}
</style>