Shades of Black Russian #10112D
Tints of Black Russian #10112D
RGB
CMYK
RGB Variations
Color information
#10112D (or 0x10112D) is known color: Black Russian. HEX triplet: 10, 11 and 2D. RGB value is (16,17,45). Sum of RGB (Red+Green+Blue) = 16+17+45=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #10112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10112D is #EFEED2. Grayscale: #131313. Windows color (decimal): -15724243 or 2953488. OLE color: 2953488.
HSL color Cylindrical-coordinate representation of color #10112D: hue angle of 237.93º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10112D is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 17 | 45 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.82 |
| HSL | 237.93º | 0.48% | 0.12% | - |
| HSV(B) | 237.93º | 0.64% | 0.18% | - |
| XYZ | 0.89 | 0.7 | 2.57 | - |
| YUV | 19.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 45 | 0.64 | 0.62 | 0 | 0.82 | 237.93 | 0.48 | 0.12 |
| Hex | 10 | 11 | 2D | 40 | 3E | 0 | 52 | EE | 30 | C |
| Octal | 20 | 21 | 55 | 100 | 76 | 0 | 122 | 356 | 60 | 14 |
| Binary | 10000 | 10001 | 101101 | 1000000 | 111110 | 0 | 1010010 | 11101110 | 110000 | 1100 |
Color Harmonies of #10112D
Complementary color
Monochromatic Colors of #10112D
Black with #10112D
Text Example
Text Example
White with #10112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10112D; }
p { color: rgb(16,17,45); }
H1.HeaderClassName
{
color: #10112D;
}
.AnyTagClassName
{
color: #10112D;
}
</style>
background-color css
<style>
a { background-color: #10112D; }
a { background-color: rgb(16,17,45); }
div.DivClassName
{
background-color: #10112D;
}
.BgClassName
{
background-color: #10112D;
}
</style>
border-color css
<style>
span { border-color: #10112D; }
span { border-color: rgb(16,17,45); }
td.TdClassName
{
border-color: #10112D;
}
.TagClassName
{
border-color: #10112D;
}
</style>