Shades of Black Russian #131929
Tints of Black Russian #131929
RGB
CMYK
RGB Variations
Color information
#131929 (or 0x131929) is known color: Black Russian. HEX triplet: 13, 19 and 29. RGB value is (19,25,41). Sum of RGB (Red+Green+Blue) = 19+25+41=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #131929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131929 is #ECE6D6. Grayscale: #181818. Windows color (decimal): -15525591 or 2693395. OLE color: 2693395.
HSL color Cylindrical-coordinate representation of color #131929: hue angle of 223.64º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #131929 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 25 | 41 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.84 |
| HSL | 223.64º | 0.37% | 0.12% | - |
| HSV(B) | 223.64º | 0.54% | 0.16% | - |
| XYZ | 1.02 | 0.99 | 2.24 | - |
| YUV | 25.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 41 | 0.54 | 0.39 | 0 | 0.84 | 223.64 | 0.37 | 0.12 |
| Hex | 13 | 19 | 29 | 36 | 27 | 0 | 54 | E0 | 25 | C |
| Octal | 23 | 31 | 51 | 66 | 47 | 0 | 124 | 340 | 45 | 14 |
| Binary | 10011 | 11001 | 101001 | 110110 | 100111 | 0 | 1010100 | 11100000 | 100101 | 1100 |
Color Harmonies of #131929
Complementary color
Monochromatic Colors of #131929
Black with #131929
Text Example
Text Example
White with #131929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131929; }
p { color: rgb(19,25,41); }
H1.HeaderClassName
{
color: #131929;
}
.AnyTagClassName
{
color: #131929;
}
</style>
background-color css
<style>
a { background-color: #131929; }
a { background-color: rgb(19,25,41); }
div.DivClassName
{
background-color: #131929;
}
.BgClassName
{
background-color: #131929;
}
</style>
border-color css
<style>
span { border-color: #131929; }
span { border-color: rgb(19,25,41); }
td.TdClassName
{
border-color: #131929;
}
.TagClassName
{
border-color: #131929;
}
</style>