Shades of Black Russian #14162F
Tints of Black Russian #14162F
RGB
CMYK
RGB Variations
Color information
#14162F (or 0x14162F) is known color: Black Russian. HEX triplet: 14, 16 and 2F. RGB value is (20,22,47). Sum of RGB (Red+Green+Blue) = 20+22+47=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #14162F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14162F is #EBE9D0. Grayscale: #181818. Windows color (decimal): -15460817 or 3085844. OLE color: 3085844.
HSL color Cylindrical-coordinate representation of color #14162F: hue angle of 235.56º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #14162F is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 22 | 47 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.82 |
| HSL | 235.56º | 0.4% | 0.13% | - |
| HSV(B) | 235.56º | 0.57% | 0.18% | - |
| XYZ | 1.09 | 0.93 | 2.81 | - |
| YUV | 24.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 47 | 0.57 | 0.53 | 0 | 0.82 | 235.56 | 0.4 | 0.13 |
| Hex | 14 | 16 | 2F | 39 | 35 | 0 | 52 | EC | 28 | D |
| Octal | 24 | 26 | 57 | 71 | 65 | 0 | 122 | 354 | 50 | 15 |
| Binary | 10100 | 10110 | 101111 | 111001 | 110101 | 0 | 1010010 | 11101100 | 101000 | 1101 |
Color Harmonies of #14162F
Complementary color
Monochromatic Colors of #14162F
Black with #14162F
Text Example
Text Example
White with #14162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14162F; }
p { color: rgb(20,22,47); }
H1.HeaderClassName
{
color: #14162F;
}
.AnyTagClassName
{
color: #14162F;
}
</style>
background-color css
<style>
a { background-color: #14162F; }
a { background-color: rgb(20,22,47); }
div.DivClassName
{
background-color: #14162F;
}
.BgClassName
{
background-color: #14162F;
}
</style>
border-color css
<style>
span { border-color: #14162F; }
span { border-color: rgb(20,22,47); }
td.TdClassName
{
border-color: #14162F;
}
.TagClassName
{
border-color: #14162F;
}
</style>