Shades of Black Russian #11102B
Tints of Black Russian #11102B
RGB
CMYK
RGB Variations
Color information
#11102B (or 0x11102B) is known color: Black Russian. HEX triplet: 11, 10 and 2B. RGB value is (17,16,43). Sum of RGB (Red+Green+Blue) = 17+16+43=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #11102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11102B is #EEEFD4. Grayscale: #131313. Windows color (decimal): -15658965 or 2822161. OLE color: 2822161.
HSL color Cylindrical-coordinate representation of color #11102B: hue angle of 242.22º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #11102B is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 16 | 43 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.83 |
| HSL | 242.22º | 0.46% | 0.12% | - |
| HSV(B) | 242.22º | 0.63% | 0.17% | - |
| XYZ | 0.85 | 0.66 | 2.37 | - |
| YUV | 19.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 43 | 0.60 | 0.63 | 0 | 0.83 | 242.22 | 0.46 | 0.12 |
| Hex | 11 | 10 | 2B | 3C | 3F | 0 | 53 | F2 | 2E | C |
| Octal | 21 | 20 | 53 | 74 | 77 | 0 | 123 | 362 | 56 | 14 |
| Binary | 10001 | 10000 | 101011 | 111100 | 111111 | 0 | 1010011 | 11110010 | 101110 | 1100 |
Color Harmonies of #11102B
Complementary color
Monochromatic Colors of #11102B
Black with #11102B
Text Example
Text Example
White with #11102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11102B; }
p { color: rgb(17,16,43); }
H1.HeaderClassName
{
color: #11102B;
}
.AnyTagClassName
{
color: #11102B;
}
</style>
background-color css
<style>
a { background-color: #11102B; }
a { background-color: rgb(17,16,43); }
div.DivClassName
{
background-color: #11102B;
}
.BgClassName
{
background-color: #11102B;
}
</style>
border-color css
<style>
span { border-color: #11102B; }
span { border-color: rgb(17,16,43); }
td.TdClassName
{
border-color: #11102B;
}
.TagClassName
{
border-color: #11102B;
}
</style>