Shades of Black Russian #110D33
Tints of Black Russian #110D33
RGB
CMYK
RGB Variations
Color information
#110D33 (or 0x110D33) is known color: Black Russian. HEX triplet: 11, 0D and 33. RGB value is (17,13,51). Sum of RGB (Red+Green+Blue) = 17+13+51=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 51 (20.31% from 255 or 62.96% from 81); Max value from RGB is 51 - color contains mainly: blue. Hex color #110D33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D33 is #EEF2CC. Grayscale: #121212. Windows color (decimal): -15659725 or 3345681. OLE color: 3345681.
HSL color Cylindrical-coordinate representation of color #110D33: hue angle of 246.32º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #110D33 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 13 | 51 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.8 |
| HSL | 246.32º | 0.59% | 0.13% | - |
| HSV(B) | 246.32º | 0.75% | 0.2% | - |
| XYZ | 0.97 | 0.65 | 3.21 | - |
| YUV | 18.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 51 | 0.67 | 0.75 | 0 | 0.8 | 246.32 | 0.59 | 0.13 |
| Hex | 11 | D | 33 | 43 | 4B | 0 | 50 | F6 | 3B | D |
| Octal | 21 | 15 | 63 | 103 | 113 | 0 | 120 | 366 | 73 | 15 |
| Binary | 10001 | 1101 | 110011 | 1000011 | 1001011 | 0 | 1010000 | 11110110 | 111011 | 1101 |
Color Harmonies of #110D33
Complementary color
Monochromatic Colors of #110D33
Black with #110D33
Text Example
Text Example
White with #110D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D33; }
p { color: rgb(17,13,51); }
H1.HeaderClassName
{
color: #110D33;
}
.AnyTagClassName
{
color: #110D33;
}
</style>
background-color css
<style>
a { background-color: #110D33; }
a { background-color: rgb(17,13,51); }
div.DivClassName
{
background-color: #110D33;
}
.BgClassName
{
background-color: #110D33;
}
</style>
border-color css
<style>
span { border-color: #110D33; }
span { border-color: rgb(17,13,51); }
td.TdClassName
{
border-color: #110D33;
}
.TagClassName
{
border-color: #110D33;
}
</style>