Shades of Black Russian #12101D
Tints of Black Russian #12101D
RGB
CMYK
RGB Variations
Color information
#12101D (or 0x12101D) is known color: Black Russian. HEX triplet: 12, 10 and 1D. RGB value is (18,16,29). Sum of RGB (Red+Green+Blue) = 18+16+29=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #12101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12101D is #EDEFE2. Grayscale: #121212. Windows color (decimal): -15593443 or 1904658. OLE color: 1904658.
HSL color Cylindrical-coordinate representation of color #12101D: hue angle of 249.23º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #12101D is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 16 | 29 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.89 |
| HSL | 249.23º | 0.29% | 0.09% | - |
| HSV(B) | 249.23º | 0.45% | 0.11% | - |
| XYZ | 0.66 | 0.59 | 1.24 | - |
| YUV | 18.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 29 | 0.38 | 0.45 | 0 | 0.89 | 249.23 | 0.29 | 0.09 |
| Hex | 12 | 10 | 1D | 26 | 2D | 0 | 59 | F9 | 1D | 9 |
| Octal | 22 | 20 | 35 | 46 | 55 | 0 | 131 | 371 | 35 | 11 |
| Binary | 10010 | 10000 | 11101 | 100110 | 101101 | 0 | 1011001 | 11111001 | 11101 | 1001 |
Color Harmonies of #12101D
Complementary color
Monochromatic Colors of #12101D
Black with #12101D
Text Example
Text Example
White with #12101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12101D; }
p { color: rgb(18,16,29); }
H1.HeaderClassName
{
color: #12101D;
}
.AnyTagClassName
{
color: #12101D;
}
</style>
background-color css
<style>
a { background-color: #12101D; }
a { background-color: rgb(18,16,29); }
div.DivClassName
{
background-color: #12101D;
}
.BgClassName
{
background-color: #12101D;
}
</style>
border-color css
<style>
span { border-color: #12101D; }
span { border-color: rgb(18,16,29); }
td.TdClassName
{
border-color: #12101D;
}
.TagClassName
{
border-color: #12101D;
}
</style>