Shades of Black Russian #10121D
Tints of Black Russian #10121D
RGB
CMYK
RGB Variations
Color information
#10121D (or 0x10121D) is known color: Black Russian. HEX triplet: 10, 12 and 1D. RGB value is (16,18,29). Sum of RGB (Red+Green+Blue) = 16+18+29=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 18 (7.42% from 255 or 28.57% 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 #10121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10121D is #EFEDE2. Grayscale: #121212. Windows color (decimal): -15724003 or 1905168. OLE color: 1905168.
HSL color Cylindrical-coordinate representation of color #10121D: hue angle of 230.77º 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 #10121D is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 18 | 29 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.89 |
| HSL | 230.77º | 0.29% | 0.09% | - |
| HSV(B) | 230.77º | 0.45% | 0.11% | - |
| XYZ | 0.65 | 0.63 | 1.25 | - |
| YUV | 18.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 29 | 0.45 | 0.38 | 0 | 0.89 | 230.77 | 0.29 | 0.09 |
| Hex | 10 | 12 | 1D | 2D | 26 | 0 | 59 | E7 | 1D | 9 |
| Octal | 20 | 22 | 35 | 55 | 46 | 0 | 131 | 347 | 35 | 11 |
| Binary | 10000 | 10010 | 11101 | 101101 | 100110 | 0 | 1011001 | 11100111 | 11101 | 1001 |
Color Harmonies of #10121D
Complementary color
Monochromatic Colors of #10121D
Black with #10121D
Text Example
Text Example
White with #10121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10121D; }
p { color: rgb(16,18,29); }
H1.HeaderClassName
{
color: #10121D;
}
.AnyTagClassName
{
color: #10121D;
}
</style>
background-color css
<style>
a { background-color: #10121D; }
a { background-color: rgb(16,18,29); }
div.DivClassName
{
background-color: #10121D;
}
.BgClassName
{
background-color: #10121D;
}
</style>
border-color css
<style>
span { border-color: #10121D; }
span { border-color: rgb(16,18,29); }
td.TdClassName
{
border-color: #10121D;
}
.TagClassName
{
border-color: #10121D;
}
</style>