Shades of Black Russian #13102A
Tints of Black Russian #13102A
RGB
CMYK
RGB Variations
Color information
#13102A (or 0x13102A) is known color: Black Russian. HEX triplet: 13, 10 and 2A. RGB value is (19,16,42). Sum of RGB (Red+Green+Blue) = 19+16+42=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #13102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13102A is #ECEFD5. Grayscale: #131313. Windows color (decimal): -15527894 or 2756627. OLE color: 2756627.
HSL color Cylindrical-coordinate representation of color #13102A: hue angle of 246.92º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13102A is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 16 | 42 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.84 |
| HSL | 246.92º | 0.45% | 0.11% | - |
| HSV(B) | 246.92º | 0.62% | 0.16% | - |
| XYZ | 0.87 | 0.68 | 2.28 | - |
| YUV | 19.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 42 | 0.55 | 0.62 | 0 | 0.84 | 246.92 | 0.45 | 0.11 |
| Hex | 13 | 10 | 2A | 37 | 3E | 0 | 54 | F7 | 2D | B |
| Octal | 23 | 20 | 52 | 67 | 76 | 0 | 124 | 367 | 55 | 13 |
| Binary | 10011 | 10000 | 101010 | 110111 | 111110 | 0 | 1010100 | 11110111 | 101101 | 1011 |
Color Harmonies of #13102A
Complementary color
Monochromatic Colors of #13102A
Black with #13102A
Text Example
Text Example
White with #13102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13102A; }
p { color: rgb(19,16,42); }
H1.HeaderClassName
{
color: #13102A;
}
.AnyTagClassName
{
color: #13102A;
}
</style>
background-color css
<style>
a { background-color: #13102A; }
a { background-color: rgb(19,16,42); }
div.DivClassName
{
background-color: #13102A;
}
.BgClassName
{
background-color: #13102A;
}
</style>
border-color css
<style>
span { border-color: #13102A; }
span { border-color: rgb(19,16,42); }
td.TdClassName
{
border-color: #13102A;
}
.TagClassName
{
border-color: #13102A;
}
</style>