Shades of Black Russian #131128
Tints of Black Russian #131128
RGB
CMYK
RGB Variations
Color information
#131128 (or 0x131128) is known color: Black Russian. HEX triplet: 13, 11 and 28. RGB value is (19,17,40). Sum of RGB (Red+Green+Blue) = 19+17+40=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #131128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131128 is #ECEED7. Grayscale: #141414. Windows color (decimal): -15527640 or 2625811. OLE color: 2625811.
HSL color Cylindrical-coordinate representation of color #131128: hue angle of 245.22º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #131128 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 17 | 40 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.84 |
| HSL | 245.22º | 0.4% | 0.11% | - |
| HSV(B) | 245.22º | 0.58% | 0.16% | - |
| XYZ | 0.85 | 0.69 | 2.1 | - |
| YUV | 20.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 40 | 0.52 | 0.57 | 0 | 0.84 | 245.22 | 0.4 | 0.11 |
| Hex | 13 | 11 | 28 | 34 | 39 | 0 | 54 | F5 | 28 | B |
| Octal | 23 | 21 | 50 | 64 | 71 | 0 | 124 | 365 | 50 | 13 |
| Binary | 10011 | 10001 | 101000 | 110100 | 111001 | 0 | 1010100 | 11110101 | 101000 | 1011 |
Color Harmonies of #131128
Complementary color
Monochromatic Colors of #131128
Black with #131128
Text Example
Text Example
White with #131128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131128; }
p { color: rgb(19,17,40); }
H1.HeaderClassName
{
color: #131128;
}
.AnyTagClassName
{
color: #131128;
}
</style>
background-color css
<style>
a { background-color: #131128; }
a { background-color: rgb(19,17,40); }
div.DivClassName
{
background-color: #131128;
}
.BgClassName
{
background-color: #131128;
}
</style>
border-color css
<style>
span { border-color: #131128; }
span { border-color: rgb(19,17,40); }
td.TdClassName
{
border-color: #131128;
}
.TagClassName
{
border-color: #131128;
}
</style>