Shades of Black Russian #16142C
Tints of Black Russian #16142C
RGB
CMYK
RGB Variations
Color information
#16142C (or 0x16142C) is known color: Black Russian. HEX triplet: 16, 14 and 2C. RGB value is (22,20,44). Sum of RGB (Red+Green+Blue) = 22+20+44=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #16142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16142C is #E9EBD3. Grayscale: #171717. Windows color (decimal): -15330260 or 2888726. OLE color: 2888726.
HSL color Cylindrical-coordinate representation of color #16142C: hue angle of 245º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #16142C is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 20 | 44 | - |
| CMYK | 0.5 | 0.55 | 0 | 0.83 |
| HSL | 245º | 0.38% | 0.13% | - |
| HSV(B) | 245º | 0.55% | 0.17% | - |
| XYZ | 1.04 | 0.85 | 2.49 | - |
| YUV | 23.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 44 | 0.5 | 0.55 | 0 | 0.83 | 245 | 0.38 | 0.13 |
| Hex | 16 | 14 | 2C | 32 | 37 | 0 | 53 | F5 | 26 | D |
| Octal | 26 | 24 | 54 | 62 | 67 | 0 | 123 | 365 | 46 | 15 |
| Binary | 10110 | 10100 | 101100 | 110010 | 110111 | 0 | 1010011 | 11110101 | 100110 | 1101 |
Color Harmonies of #16142C
Complementary color
Monochromatic Colors of #16142C
Black with #16142C
Text Example
Text Example
White with #16142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16142C; }
p { color: rgb(22,20,44); }
H1.HeaderClassName
{
color: #16142C;
}
.AnyTagClassName
{
color: #16142C;
}
</style>
background-color css
<style>
a { background-color: #16142C; }
a { background-color: rgb(22,20,44); }
div.DivClassName
{
background-color: #16142C;
}
.BgClassName
{
background-color: #16142C;
}
</style>
border-color css
<style>
span { border-color: #16142C; }
span { border-color: rgb(22,20,44); }
td.TdClassName
{
border-color: #16142C;
}
.TagClassName
{
border-color: #16142C;
}
</style>