Shades of Black Russian #141722
Tints of Black Russian #141722
RGB
CMYK
RGB Variations
Color information
#141722 (or 0x141722) is known color: Black Russian. HEX triplet: 14, 17 and 22. RGB value is (20,23,34). Sum of RGB (Red+Green+Blue) = 20+23+34=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 34 (13.67% from 255 or 44.16% from 77); Max value from RGB is 34 - color contains mainly: blue. Hex color #141722 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141722 is #EBE8DD. Grayscale: #171717. Windows color (decimal): -15460574 or 2234132. OLE color: 2234132.
HSL color Cylindrical-coordinate representation of color #141722: hue angle of 227.14º 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 #141722 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 23 | 34 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.87 |
| HSL | 227.14º | 0.26% | 0.11% | - |
| HSV(B) | 227.14º | 0.41% | 0.13% | - |
| XYZ | 0.88 | 0.88 | 1.64 | - |
| YUV | 23.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 34 | 0.41 | 0.32 | 0 | 0.87 | 227.14 | 0.26 | 0.11 |
| Hex | 14 | 17 | 22 | 29 | 20 | 0 | 57 | E3 | 1A | B |
| Octal | 24 | 27 | 42 | 51 | 40 | 0 | 127 | 343 | 32 | 13 |
| Binary | 10100 | 10111 | 100010 | 101001 | 100000 | 0 | 1010111 | 11100011 | 11010 | 1011 |
Color Harmonies of #141722
Complementary color
Monochromatic Colors of #141722
Black with #141722
Text Example
Text Example
White with #141722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141722; }
p { color: rgb(20,23,34); }
H1.HeaderClassName
{
color: #141722;
}
.AnyTagClassName
{
color: #141722;
}
</style>
background-color css
<style>
a { background-color: #141722; }
a { background-color: rgb(20,23,34); }
div.DivClassName
{
background-color: #141722;
}
.BgClassName
{
background-color: #141722;
}
</style>
border-color css
<style>
span { border-color: #141722; }
span { border-color: rgb(20,23,34); }
td.TdClassName
{
border-color: #141722;
}
.TagClassName
{
border-color: #141722;
}
</style>