Shades of Black Russian #13102E
Tints of Black Russian #13102E
RGB
CMYK
RGB Variations
Color information
#13102E (or 0x13102E) is known color: Black Russian. HEX triplet: 13, 10 and 2E. RGB value is (19,16,46). Sum of RGB (Red+Green+Blue) = 19+16+46=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #13102E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13102E is #ECEFD1. Grayscale: #141414. Windows color (decimal): -15527890 or 3018771. OLE color: 3018771.
HSL color Cylindrical-coordinate representation of color #13102E: hue angle of 246º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13102E is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 16 | 46 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.82 |
| HSL | 246º | 0.48% | 0.12% | - |
| HSV(B) | 246º | 0.65% | 0.18% | - |
| XYZ | 0.95 | 0.71 | 2.67 | - |
| YUV | 20.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 46 | 0.59 | 0.65 | 0 | 0.82 | 246 | 0.48 | 0.12 |
| Hex | 13 | 10 | 2E | 3B | 41 | 0 | 52 | F6 | 30 | C |
| Octal | 23 | 20 | 56 | 73 | 101 | 0 | 122 | 366 | 60 | 14 |
| Binary | 10011 | 10000 | 101110 | 111011 | 1000001 | 0 | 1010010 | 11110110 | 110000 | 1100 |
Color Harmonies of #13102E
Complementary color
Monochromatic Colors of #13102E
Black with #13102E
Text Example
Text Example
White with #13102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13102E; }
p { color: rgb(19,16,46); }
H1.HeaderClassName
{
color: #13102E;
}
.AnyTagClassName
{
color: #13102E;
}
</style>
background-color css
<style>
a { background-color: #13102E; }
a { background-color: rgb(19,16,46); }
div.DivClassName
{
background-color: #13102E;
}
.BgClassName
{
background-color: #13102E;
}
</style>
border-color css
<style>
span { border-color: #13102E; }
span { border-color: rgb(19,16,46); }
td.TdClassName
{
border-color: #13102E;
}
.TagClassName
{
border-color: #13102E;
}
</style>