Shades of Black Russian #10121E
Tints of Black Russian #10121E
RGB
CMYK
RGB Variations
Color information
#10121E (or 0x10121E) is known color: Black Russian. HEX triplet: 10, 12 and 1E. RGB value is (16,18,30). Sum of RGB (Red+Green+Blue) = 16+18+30=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 18 (7.42% from 255 or 28.12% 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 #10121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10121E is #EFEDE1. Grayscale: #121212. Windows color (decimal): -15724002 or 1970704. OLE color: 1970704.
HSL color Cylindrical-coordinate representation of color #10121E: hue angle of 231.43º 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 #10121E is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 18 | 30 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.88 |
| HSL | 231.43º | 0.3% | 0.09% | - |
| HSV(B) | 231.43º | 0.47% | 0.12% | - |
| XYZ | 0.66 | 0.64 | 1.32 | - |
| YUV | 18.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 30 | 0.47 | 0.40 | 0 | 0.88 | 231.43 | 0.3 | 0.09 |
| Hex | 10 | 12 | 1E | 2F | 28 | 0 | 58 | E7 | 1E | 9 |
| Octal | 20 | 22 | 36 | 57 | 50 | 0 | 130 | 347 | 36 | 11 |
| Binary | 10000 | 10010 | 11110 | 101111 | 101000 | 0 | 1011000 | 11100111 | 11110 | 1001 |
Color Harmonies of #10121E
Complementary color
Monochromatic Colors of #10121E
Black with #10121E
Text Example
Text Example
White with #10121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10121E; }
p { color: rgb(16,18,30); }
H1.HeaderClassName
{
color: #10121E;
}
.AnyTagClassName
{
color: #10121E;
}
</style>
background-color css
<style>
a { background-color: #10121E; }
a { background-color: rgb(16,18,30); }
div.DivClassName
{
background-color: #10121E;
}
.BgClassName
{
background-color: #10121E;
}
</style>
border-color css
<style>
span { border-color: #10121E; }
span { border-color: rgb(16,18,30); }
td.TdClassName
{
border-color: #10121E;
}
.TagClassName
{
border-color: #10121E;
}
</style>