Shades of Black Russian #10112C
Tints of Black Russian #10112C
RGB
CMYK
RGB Variations
Color information
#10112C (or 0x10112C) is known color: Black Russian. HEX triplet: 10, 11 and 2C. RGB value is (16,17,44). Sum of RGB (Red+Green+Blue) = 16+17+44=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #10112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10112C is #EFEED3. Grayscale: #131313. Windows color (decimal): -15724244 or 2887952. OLE color: 2887952.
HSL color Cylindrical-coordinate representation of color #10112C: hue angle of 237.86º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10112C is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 17 | 44 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.83 |
| HSL | 237.86º | 0.47% | 0.12% | - |
| HSV(B) | 237.86º | 0.64% | 0.17% | - |
| XYZ | 0.87 | 0.69 | 2.47 | - |
| YUV | 19.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 44 | 0.64 | 0.61 | 0 | 0.83 | 237.86 | 0.47 | 0.12 |
| Hex | 10 | 11 | 2C | 40 | 3D | 0 | 53 | EE | 2F | C |
| Octal | 20 | 21 | 54 | 100 | 75 | 0 | 123 | 356 | 57 | 14 |
| Binary | 10000 | 10001 | 101100 | 1000000 | 111101 | 0 | 1010011 | 11101110 | 101111 | 1100 |
Color Harmonies of #10112C
Complementary color
Monochromatic Colors of #10112C
Black with #10112C
Text Example
Text Example
White with #10112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10112C; }
p { color: rgb(16,17,44); }
H1.HeaderClassName
{
color: #10112C;
}
.AnyTagClassName
{
color: #10112C;
}
</style>
background-color css
<style>
a { background-color: #10112C; }
a { background-color: rgb(16,17,44); }
div.DivClassName
{
background-color: #10112C;
}
.BgClassName
{
background-color: #10112C;
}
</style>
border-color css
<style>
span { border-color: #10112C; }
span { border-color: rgb(16,17,44); }
td.TdClassName
{
border-color: #10112C;
}
.TagClassName
{
border-color: #10112C;
}
</style>