Shades of Black Russian #110D27
Tints of Black Russian #110D27
RGB
CMYK
RGB Variations
Color information
#110D27 (or 0x110D27) is known color: Black Russian. HEX triplet: 11, 0D and 27. RGB value is (17,13,39). Sum of RGB (Red+Green+Blue) = 17+13+39=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #110D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D27 is #EEF2D8. Grayscale: #111111. Windows color (decimal): -15659737 or 2559249. OLE color: 2559249.
HSL color Cylindrical-coordinate representation of color #110D27: hue angle of 249.23º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #110D27 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 13 | 39 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.85 |
| HSL | 249.23º | 0.5% | 0.1% | - |
| HSV(B) | 249.23º | 0.67% | 0.15% | - |
| XYZ | 0.74 | 0.55 | 1.99 | - |
| YUV | 17.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 39 | 0.56 | 0.67 | 0 | 0.85 | 249.23 | 0.5 | 0.1 |
| Hex | 11 | D | 27 | 38 | 43 | 0 | 55 | F9 | 32 | A |
| Octal | 21 | 15 | 47 | 70 | 103 | 0 | 125 | 371 | 62 | 12 |
| Binary | 10001 | 1101 | 100111 | 111000 | 1000011 | 0 | 1010101 | 11111001 | 110010 | 1010 |
Color Harmonies of #110D27
Complementary color
Monochromatic Colors of #110D27
Black with #110D27
Text Example
Text Example
White with #110D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D27; }
p { color: rgb(17,13,39); }
H1.HeaderClassName
{
color: #110D27;
}
.AnyTagClassName
{
color: #110D27;
}
</style>
background-color css
<style>
a { background-color: #110D27; }
a { background-color: rgb(17,13,39); }
div.DivClassName
{
background-color: #110D27;
}
.BgClassName
{
background-color: #110D27;
}
</style>
border-color css
<style>
span { border-color: #110D27; }
span { border-color: rgb(17,13,39); }
td.TdClassName
{
border-color: #110D27;
}
.TagClassName
{
border-color: #110D27;
}
</style>