Shades of Black Russian #141622
Tints of Black Russian #141622
RGB
CMYK
RGB Variations
Color information
#141622 (or 0x141622) is known color: Black Russian. HEX triplet: 14, 16 and 22. RGB value is (20,22,34). Sum of RGB (Red+Green+Blue) = 20+22+34=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 34 (13.67% from 255 or 44.74% from 76); Max value from RGB is 34 - color contains mainly: blue. Hex color #141622 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141622 is #EBE9DD. Grayscale: #161616. Windows color (decimal): -15460830 or 2233876. OLE color: 2233876.
HSL color Cylindrical-coordinate representation of color #141622: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #141622 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 22 | 34 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.87 |
| HSL | 231.43º | 0.26% | 0.11% | - |
| HSV(B) | 231.43º | 0.41% | 0.13% | - |
| XYZ | 0.86 | 0.84 | 1.63 | - |
| YUV | 22.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 34 | 0.41 | 0.35 | 0 | 0.87 | 231.43 | 0.26 | 0.11 |
| Hex | 14 | 16 | 22 | 29 | 23 | 0 | 57 | E7 | 1A | B |
| Octal | 24 | 26 | 42 | 51 | 43 | 0 | 127 | 347 | 32 | 13 |
| Binary | 10100 | 10110 | 100010 | 101001 | 100011 | 0 | 1010111 | 11100111 | 11010 | 1011 |
Color Harmonies of #141622
Complementary color
Monochromatic Colors of #141622
Black with #141622
Text Example
Text Example
White with #141622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141622; }
p { color: rgb(20,22,34); }
H1.HeaderClassName
{
color: #141622;
}
.AnyTagClassName
{
color: #141622;
}
</style>
background-color css
<style>
a { background-color: #141622; }
a { background-color: rgb(20,22,34); }
div.DivClassName
{
background-color: #141622;
}
.BgClassName
{
background-color: #141622;
}
</style>
border-color css
<style>
span { border-color: #141622; }
span { border-color: rgb(20,22,34); }
td.TdClassName
{
border-color: #141622;
}
.TagClassName
{
border-color: #141622;
}
</style>