Shades of Black Russian #13102B
Tints of Black Russian #13102B
RGB
CMYK
RGB Variations
Color information
#13102B (or 0x13102B) is known color: Black Russian. HEX triplet: 13, 10 and 2B. RGB value is (19,16,43). Sum of RGB (Red+Green+Blue) = 19+16+43=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #13102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13102B is #ECEFD4. Grayscale: #131313. Windows color (decimal): -15527893 or 2822163. OLE color: 2822163.
HSL color Cylindrical-coordinate representation of color #13102B: hue angle of 246.67º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13102B is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 16 | 43 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.83 |
| HSL | 246.67º | 0.46% | 0.12% | - |
| HSV(B) | 246.67º | 0.63% | 0.17% | - |
| XYZ | 0.89 | 0.68 | 2.37 | - |
| YUV | 19.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 43 | 0.56 | 0.63 | 0 | 0.83 | 246.67 | 0.46 | 0.12 |
| Hex | 13 | 10 | 2B | 38 | 3F | 0 | 53 | F7 | 2E | C |
| Octal | 23 | 20 | 53 | 70 | 77 | 0 | 123 | 367 | 56 | 14 |
| Binary | 10011 | 10000 | 101011 | 111000 | 111111 | 0 | 1010011 | 11110111 | 101110 | 1100 |
Color Harmonies of #13102B
Complementary color
Monochromatic Colors of #13102B
Black with #13102B
Text Example
Text Example
White with #13102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13102B; }
p { color: rgb(19,16,43); }
H1.HeaderClassName
{
color: #13102B;
}
.AnyTagClassName
{
color: #13102B;
}
</style>
background-color css
<style>
a { background-color: #13102B; }
a { background-color: rgb(19,16,43); }
div.DivClassName
{
background-color: #13102B;
}
.BgClassName
{
background-color: #13102B;
}
</style>
border-color css
<style>
span { border-color: #13102B; }
span { border-color: rgb(19,16,43); }
td.TdClassName
{
border-color: #13102B;
}
.TagClassName
{
border-color: #13102B;
}
</style>