Shades of Black Russian #10101E
Tints of Black Russian #10101E
RGB
CMYK
RGB Variations
Color information
#10101E (or 0x10101E) is known color: Black Russian. HEX triplet: 10, 10 and 1E. RGB value is (16,16,30). Sum of RGB (Red+Green+Blue) = 16+16+30=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #10101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10101E is #EFEFE1. Grayscale: #111111. Windows color (decimal): -15724514 or 1970192. OLE color: 1970192.
HSL color Cylindrical-coordinate representation of color #10101E: hue angle of 240º 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 #10101E is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 16 | 30 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.88 |
| HSL | 240º | 0.3% | 0.09% | - |
| HSV(B) | 240º | 0.47% | 0.12% | - |
| XYZ | 0.63 | 0.57 | 1.31 | - |
| YUV | 17.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 30 | 0.47 | 0.47 | 0 | 0.88 | 240 | 0.3 | 0.09 |
| Hex | 10 | 10 | 1E | 2F | 2F | 0 | 58 | F0 | 1E | 9 |
| Octal | 20 | 20 | 36 | 57 | 57 | 0 | 130 | 360 | 36 | 11 |
| Binary | 10000 | 10000 | 11110 | 101111 | 101111 | 0 | 1011000 | 11110000 | 11110 | 1001 |
Color Harmonies of #10101E
Complementary color
Monochromatic Colors of #10101E
Black with #10101E
Text Example
Text Example
White with #10101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10101E; }
p { color: rgb(16,16,30); }
H1.HeaderClassName
{
color: #10101E;
}
.AnyTagClassName
{
color: #10101E;
}
</style>
background-color css
<style>
a { background-color: #10101E; }
a { background-color: rgb(16,16,30); }
div.DivClassName
{
background-color: #10101E;
}
.BgClassName
{
background-color: #10101E;
}
</style>
border-color css
<style>
span { border-color: #10101E; }
span { border-color: rgb(16,16,30); }
td.TdClassName
{
border-color: #10101E;
}
.TagClassName
{
border-color: #10101E;
}
</style>