Shades of Black Russian #12101E
Tints of Black Russian #12101E
RGB
CMYK
RGB Variations
Color information
#12101E (or 0x12101E) is known color: Black Russian. HEX triplet: 12, 10 and 1E. RGB value is (18,16,30). Sum of RGB (Red+Green+Blue) = 18+16+30=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #12101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12101E is #EDEFE1. Grayscale: #121212. Windows color (decimal): -15593442 or 1970194. OLE color: 1970194.
HSL color Cylindrical-coordinate representation of color #12101E: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #12101E is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 16 | 30 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.88 |
| HSL | 248.57º | 0.3% | 0.09% | - |
| HSV(B) | 248.57º | 0.47% | 0.12% | - |
| XYZ | 0.67 | 0.59 | 1.31 | - |
| YUV | 18.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 30 | 0.40 | 0.47 | 0 | 0.88 | 248.57 | 0.3 | 0.09 |
| Hex | 12 | 10 | 1E | 28 | 2F | 0 | 58 | F9 | 1E | 9 |
| Octal | 22 | 20 | 36 | 50 | 57 | 0 | 130 | 371 | 36 | 11 |
| Binary | 10010 | 10000 | 11110 | 101000 | 101111 | 0 | 1011000 | 11111001 | 11110 | 1001 |
Color Harmonies of #12101E
Complementary color
Monochromatic Colors of #12101E
Black with #12101E
Text Example
Text Example
White with #12101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12101E; }
p { color: rgb(18,16,30); }
H1.HeaderClassName
{
color: #12101E;
}
.AnyTagClassName
{
color: #12101E;
}
</style>
background-color css
<style>
a { background-color: #12101E; }
a { background-color: rgb(18,16,30); }
div.DivClassName
{
background-color: #12101E;
}
.BgClassName
{
background-color: #12101E;
}
</style>
border-color css
<style>
span { border-color: #12101E; }
span { border-color: rgb(18,16,30); }
td.TdClassName
{
border-color: #12101E;
}
.TagClassName
{
border-color: #12101E;
}
</style>