Shades of Black Russian #13132A
Tints of Black Russian #13132A
RGB
CMYK
RGB Variations
Color information
#13132A (or 0x13132A) is known color: Black Russian. HEX triplet: 13, 13 and 2A. RGB value is (19,19,42). Sum of RGB (Red+Green+Blue) = 19+19+42=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #13132A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13132A is #ECECD5. Grayscale: #151515. Windows color (decimal): -15527126 or 2757395. OLE color: 2757395.
HSL color Cylindrical-coordinate representation of color #13132A: hue angle of 240º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #13132A is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 19 | 42 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.84 |
| HSL | 240º | 0.38% | 0.12% | - |
| HSV(B) | 240º | 0.55% | 0.16% | - |
| XYZ | 0.92 | 0.77 | 2.29 | - |
| YUV | 21.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 42 | 0.55 | 0.55 | 0 | 0.84 | 240 | 0.38 | 0.12 |
| Hex | 13 | 13 | 2A | 37 | 37 | 0 | 54 | F0 | 26 | C |
| Octal | 23 | 23 | 52 | 67 | 67 | 0 | 124 | 360 | 46 | 14 |
| Binary | 10011 | 10011 | 101010 | 110111 | 110111 | 0 | 1010100 | 11110000 | 100110 | 1100 |
Color Harmonies of #13132A
Complementary color
Monochromatic Colors of #13132A
Black with #13132A
Text Example
Text Example
White with #13132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13132A; }
p { color: rgb(19,19,42); }
H1.HeaderClassName
{
color: #13132A;
}
.AnyTagClassName
{
color: #13132A;
}
</style>
background-color css
<style>
a { background-color: #13132A; }
a { background-color: rgb(19,19,42); }
div.DivClassName
{
background-color: #13132A;
}
.BgClassName
{
background-color: #13132A;
}
</style>
border-color css
<style>
span { border-color: #13132A; }
span { border-color: rgb(19,19,42); }
td.TdClassName
{
border-color: #13132A;
}
.TagClassName
{
border-color: #13132A;
}
</style>