Shades of Black Russian #131322
Tints of Black Russian #131322
RGB
CMYK
RGB Variations
Color information
#131322 (or 0x131322) is known color: Black Russian. HEX triplet: 13, 13 and 22. RGB value is (19,19,34). Sum of RGB (Red+Green+Blue) = 19+19+34=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 34 (13.67% from 255 or 47.22% from 72); Max value from RGB is 34 - color contains mainly: blue. Hex color #131322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131322 is #ECECDD. Grayscale: #141414. Windows color (decimal): -15527134 or 2233107. OLE color: 2233107.
HSL color Cylindrical-coordinate representation of color #131322: hue angle of 240º 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 #131322 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 19 | 34 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.87 |
| HSL | 240º | 0.28% | 0.1% | - |
| HSV(B) | 240º | 0.44% | 0.13% | - |
| XYZ | 0.79 | 0.72 | 1.61 | - |
| YUV | 20.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 34 | 0.44 | 0.44 | 0 | 0.87 | 240 | 0.28 | 0.1 |
| Hex | 13 | 13 | 22 | 2C | 2C | 0 | 57 | F0 | 1C | A |
| Octal | 23 | 23 | 42 | 54 | 54 | 0 | 127 | 360 | 34 | 12 |
| Binary | 10011 | 10011 | 100010 | 101100 | 101100 | 0 | 1010111 | 11110000 | 11100 | 1010 |
Color Harmonies of #131322
Complementary color
Monochromatic Colors of #131322
Black with #131322
Text Example
Text Example
White with #131322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131322; }
p { color: rgb(19,19,34); }
H1.HeaderClassName
{
color: #131322;
}
.AnyTagClassName
{
color: #131322;
}
</style>
background-color css
<style>
a { background-color: #131322; }
a { background-color: rgb(19,19,34); }
div.DivClassName
{
background-color: #131322;
}
.BgClassName
{
background-color: #131322;
}
</style>
border-color css
<style>
span { border-color: #131322; }
span { border-color: rgb(19,19,34); }
td.TdClassName
{
border-color: #131322;
}
.TagClassName
{
border-color: #131322;
}
</style>