Shades of Black Russian #10112E
Tints of Black Russian #10112E
RGB
CMYK
RGB Variations
Color information
#10112E (or 0x10112E) is known color: Black Russian. HEX triplet: 10, 11 and 2E. RGB value is (16,17,46). Sum of RGB (Red+Green+Blue) = 16+17+46=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #10112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10112E is #EFEED1. Grayscale: #131313. Windows color (decimal): -15724242 or 3019024. OLE color: 3019024.
HSL color Cylindrical-coordinate representation of color #10112E: hue angle of 238º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10112E is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 17 | 46 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.82 |
| HSL | 238º | 0.48% | 0.12% | - |
| HSV(B) | 238º | 0.65% | 0.18% | - |
| XYZ | 0.91 | 0.71 | 2.67 | - |
| YUV | 20.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 46 | 0.65 | 0.63 | 0 | 0.82 | 238 | 0.48 | 0.12 |
| Hex | 10 | 11 | 2E | 41 | 3F | 0 | 52 | EE | 30 | C |
| Octal | 20 | 21 | 56 | 101 | 77 | 0 | 122 | 356 | 60 | 14 |
| Binary | 10000 | 10001 | 101110 | 1000001 | 111111 | 0 | 1010010 | 11101110 | 110000 | 1100 |
Color Harmonies of #10112E
Complementary color
Monochromatic Colors of #10112E
Black with #10112E
Text Example
Text Example
White with #10112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10112E; }
p { color: rgb(16,17,46); }
H1.HeaderClassName
{
color: #10112E;
}
.AnyTagClassName
{
color: #10112E;
}
</style>
background-color css
<style>
a { background-color: #10112E; }
a { background-color: rgb(16,17,46); }
div.DivClassName
{
background-color: #10112E;
}
.BgClassName
{
background-color: #10112E;
}
</style>
border-color css
<style>
span { border-color: #10112E; }
span { border-color: rgb(16,17,46); }
td.TdClassName
{
border-color: #10112E;
}
.TagClassName
{
border-color: #10112E;
}
</style>