Shades of Black Russian #131722
Tints of Black Russian #131722
RGB
CMYK
RGB Variations
Color information
#131722 (or 0x131722) is known color: Black Russian. HEX triplet: 13, 17 and 22. RGB value is (19,23,34). Sum of RGB (Red+Green+Blue) = 19+23+34=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 23 (9.38% from 255 or 30.26% 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 #131722 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131722 is #ECE8DD. Grayscale: #171717. Windows color (decimal): -15526110 or 2234131. OLE color: 2234131.
HSL color Cylindrical-coordinate representation of color #131722: hue angle of 224º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #131722 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 23 | 34 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.87 |
| HSL | 224º | 0.28% | 0.1% | - |
| HSV(B) | 224º | 0.44% | 0.13% | - |
| XYZ | 0.86 | 0.87 | 1.64 | - |
| YUV | 23.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 34 | 0.44 | 0.32 | 0 | 0.87 | 224 | 0.28 | 0.1 |
| Hex | 13 | 17 | 22 | 2C | 20 | 0 | 57 | E0 | 1C | A |
| Octal | 23 | 27 | 42 | 54 | 40 | 0 | 127 | 340 | 34 | 12 |
| Binary | 10011 | 10111 | 100010 | 101100 | 100000 | 0 | 1010111 | 11100000 | 11100 | 1010 |
Color Harmonies of #131722
Complementary color
Monochromatic Colors of #131722
Black with #131722
Text Example
Text Example
White with #131722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131722; }
p { color: rgb(19,23,34); }
H1.HeaderClassName
{
color: #131722;
}
.AnyTagClassName
{
color: #131722;
}
</style>
background-color css
<style>
a { background-color: #131722; }
a { background-color: rgb(19,23,34); }
div.DivClassName
{
background-color: #131722;
}
.BgClassName
{
background-color: #131722;
}
</style>
border-color css
<style>
span { border-color: #131722; }
span { border-color: rgb(19,23,34); }
td.TdClassName
{
border-color: #131722;
}
.TagClassName
{
border-color: #131722;
}
</style>