Shades of Black Russian #111033
Tints of Black Russian #111033
RGB
CMYK
RGB Variations
Color information
#111033 (or 0x111033) is known color: Black Russian. HEX triplet: 11, 10 and 33. RGB value is (17,16,51). Sum of RGB (Red+Green+Blue) = 17+16+51=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #111033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111033 is #EEEFCC. Grayscale: #141414. Windows color (decimal): -15658957 or 3346449. OLE color: 3346449.
HSL color Cylindrical-coordinate representation of color #111033: hue angle of 241.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #111033 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 16 | 51 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.8 |
| HSL | 241.71º | 0.52% | 0.13% | - |
| HSV(B) | 241.71º | 0.69% | 0.2% | - |
| XYZ | 1.01 | 0.73 | 3.22 | - |
| YUV | 20.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 51 | 0.67 | 0.69 | 0 | 0.8 | 241.71 | 0.52 | 0.13 |
| Hex | 11 | 10 | 33 | 43 | 45 | 0 | 50 | F2 | 34 | D |
| Octal | 21 | 20 | 63 | 103 | 105 | 0 | 120 | 362 | 64 | 15 |
| Binary | 10001 | 10000 | 110011 | 1000011 | 1000101 | 0 | 1010000 | 11110010 | 110100 | 1101 |
Color Harmonies of #111033
Complementary color
Monochromatic Colors of #111033
Black with #111033
Text Example
Text Example
White with #111033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111033; }
p { color: rgb(17,16,51); }
H1.HeaderClassName
{
color: #111033;
}
.AnyTagClassName
{
color: #111033;
}
</style>
background-color css
<style>
a { background-color: #111033; }
a { background-color: rgb(17,16,51); }
div.DivClassName
{
background-color: #111033;
}
.BgClassName
{
background-color: #111033;
}
</style>
border-color css
<style>
span { border-color: #111033; }
span { border-color: rgb(17,16,51); }
td.TdClassName
{
border-color: #111033;
}
.TagClassName
{
border-color: #111033;
}
</style>