Shades of Black Russian #110F36
Tints of Black Russian #110F36
RGB
CMYK
RGB Variations
Color information
#110F36 (or 0x110F36) is known color: Black Russian. HEX triplet: 11, 0F and 36. RGB value is (17,15,54). Sum of RGB (Red+Green+Blue) = 17+15+54=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #110F36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F36 is #EEF0C9. Grayscale: #131313. Windows color (decimal): -15659210 or 3542801. OLE color: 3542801.
HSL color Cylindrical-coordinate representation of color #110F36: hue angle of 243.08º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #110F36 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 15 | 54 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.79 |
| HSL | 243.08º | 0.57% | 0.14% | - |
| HSV(B) | 243.08º | 0.72% | 0.21% | - |
| XYZ | 1.07 | 0.73 | 3.57 | - |
| YUV | 20.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 54 | 0.69 | 0.72 | 0 | 0.79 | 243.08 | 0.57 | 0.14 |
| Hex | 11 | F | 36 | 45 | 48 | 0 | 4F | F3 | 39 | E |
| Octal | 21 | 17 | 66 | 105 | 110 | 0 | 117 | 363 | 71 | 16 |
| Binary | 10001 | 1111 | 110110 | 1000101 | 1001000 | 0 | 1001111 | 11110011 | 111001 | 1110 |
Color Harmonies of #110F36
Complementary color
Monochromatic Colors of #110F36
Black with #110F36
Text Example
Text Example
White with #110F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F36; }
p { color: rgb(17,15,54); }
H1.HeaderClassName
{
color: #110F36;
}
.AnyTagClassName
{
color: #110F36;
}
</style>
background-color css
<style>
a { background-color: #110F36; }
a { background-color: rgb(17,15,54); }
div.DivClassName
{
background-color: #110F36;
}
.BgClassName
{
background-color: #110F36;
}
</style>
border-color css
<style>
span { border-color: #110F36; }
span { border-color: rgb(17,15,54); }
td.TdClassName
{
border-color: #110F36;
}
.TagClassName
{
border-color: #110F36;
}
</style>