Shades of Black Russian #110F34
Tints of Black Russian #110F34
RGB
CMYK
RGB Variations
Color information
#110F34 (or 0x110F34) is known color: Black Russian. HEX triplet: 11, 0F and 34. RGB value is (17,15,52). Sum of RGB (Red+Green+Blue) = 17+15+52=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 52 (20.70% from 255 or 61.90% from 84); Max value from RGB is 52 - color contains mainly: blue. Hex color #110F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F34 is #EEF0CB. Grayscale: #131313. Windows color (decimal): -15659212 or 3411729. OLE color: 3411729.
HSL color Cylindrical-coordinate representation of color #110F34: hue angle of 243.24º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110F34 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 15 | 52 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.80 |
| HSL | 243.24º | 0.55% | 0.13% | - |
| HSV(B) | 243.24º | 0.71% | 0.2% | - |
| XYZ | 1.02 | 0.71 | 3.33 | - |
| YUV | 19.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 52 | 0.67 | 0.71 | 0 | 0.80 | 243.24 | 0.55 | 0.13 |
| Hex | 11 | F | 34 | 43 | 47 | 0 | 50 | F3 | 37 | D |
| Octal | 21 | 17 | 64 | 103 | 107 | 0 | 120 | 363 | 67 | 15 |
| Binary | 10001 | 1111 | 110100 | 1000011 | 1000111 | 0 | 1010000 | 11110011 | 110111 | 1101 |
Color Harmonies of #110F34
Complementary color
Monochromatic Colors of #110F34
Black with #110F34
Text Example
Text Example
White with #110F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F34; }
p { color: rgb(17,15,52); }
H1.HeaderClassName
{
color: #110F34;
}
.AnyTagClassName
{
color: #110F34;
}
</style>
background-color css
<style>
a { background-color: #110F34; }
a { background-color: rgb(17,15,52); }
div.DivClassName
{
background-color: #110F34;
}
.BgClassName
{
background-color: #110F34;
}
</style>
border-color css
<style>
span { border-color: #110F34; }
span { border-color: rgb(17,15,52); }
td.TdClassName
{
border-color: #110F34;
}
.TagClassName
{
border-color: #110F34;
}
</style>