Shades of Black Russian #131034
Tints of Black Russian #131034
RGB
CMYK
RGB Variations
Color information
#131034 (or 0x131034) is known color: Black Russian. HEX triplet: 13, 10 and 34. RGB value is (19,16,52). Sum of RGB (Red+Green+Blue) = 19+16+52=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #131034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131034 is #ECEFCB. Grayscale: #141414. Windows color (decimal): -15527884 or 3411987. OLE color: 3411987.
HSL color Cylindrical-coordinate representation of color #131034: hue angle of 245º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #131034 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 16 | 52 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.80 |
| HSL | 245º | 0.53% | 0.13% | - |
| HSV(B) | 245º | 0.69% | 0.2% | - |
| XYZ | 1.07 | 0.76 | 3.34 | - |
| YUV | 21 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 52 | 0.63 | 0.69 | 0 | 0.80 | 245 | 0.53 | 0.13 |
| Hex | 13 | 10 | 34 | 3F | 45 | 0 | 50 | F5 | 35 | D |
| Octal | 23 | 20 | 64 | 77 | 105 | 0 | 120 | 365 | 65 | 15 |
| Binary | 10011 | 10000 | 110100 | 111111 | 1000101 | 0 | 1010000 | 11110101 | 110101 | 1101 |
Color Harmonies of #131034
Complementary color
Monochromatic Colors of #131034
Black with #131034
Text Example
Text Example
White with #131034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131034; }
p { color: rgb(19,16,52); }
H1.HeaderClassName
{
color: #131034;
}
.AnyTagClassName
{
color: #131034;
}
</style>
background-color css
<style>
a { background-color: #131034; }
a { background-color: rgb(19,16,52); }
div.DivClassName
{
background-color: #131034;
}
.BgClassName
{
background-color: #131034;
}
</style>
border-color css
<style>
span { border-color: #131034; }
span { border-color: rgb(19,16,52); }
td.TdClassName
{
border-color: #131034;
}
.TagClassName
{
border-color: #131034;
}
</style>