Shades of Black Russian #13102D
Tints of Black Russian #13102D
RGB
CMYK
RGB Variations
Color information
#13102D (or 0x13102D) is known color: Black Russian. HEX triplet: 13, 10 and 2D. RGB value is (19,16,45). Sum of RGB (Red+Green+Blue) = 19+16+45=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #13102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13102D is #ECEFD2. Grayscale: #141414. Windows color (decimal): -15527891 or 2953235. OLE color: 2953235.
HSL color Cylindrical-coordinate representation of color #13102D: hue angle of 246.21º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #13102D is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 16 | 45 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.82 |
| HSL | 246.21º | 0.48% | 0.12% | - |
| HSV(B) | 246.21º | 0.64% | 0.18% | - |
| XYZ | 0.93 | 0.7 | 2.57 | - |
| YUV | 20.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 45 | 0.58 | 0.64 | 0 | 0.82 | 246.21 | 0.48 | 0.12 |
| Hex | 13 | 10 | 2D | 3A | 40 | 0 | 52 | F6 | 30 | C |
| Octal | 23 | 20 | 55 | 72 | 100 | 0 | 122 | 366 | 60 | 14 |
| Binary | 10011 | 10000 | 101101 | 111010 | 1000000 | 0 | 1010010 | 11110110 | 110000 | 1100 |
Color Harmonies of #13102D
Complementary color
Monochromatic Colors of #13102D
Black with #13102D
Text Example
Text Example
White with #13102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13102D; }
p { color: rgb(19,16,45); }
H1.HeaderClassName
{
color: #13102D;
}
.AnyTagClassName
{
color: #13102D;
}
</style>
background-color css
<style>
a { background-color: #13102D; }
a { background-color: rgb(19,16,45); }
div.DivClassName
{
background-color: #13102D;
}
.BgClassName
{
background-color: #13102D;
}
</style>
border-color css
<style>
span { border-color: #13102D; }
span { border-color: rgb(19,16,45); }
td.TdClassName
{
border-color: #13102D;
}
.TagClassName
{
border-color: #13102D;
}
</style>