Shades of Black Russian #111725
Tints of Black Russian #111725
RGB
CMYK
RGB Variations
Color information
#111725 (or 0x111725) is known color: Black Russian. HEX triplet: 11, 17 and 25. RGB value is (17,23,37). Sum of RGB (Red+Green+Blue) = 17+23+37=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #111725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111725 is #EEE8DA. Grayscale: #161616. Windows color (decimal): -15657179 or 2430737. OLE color: 2430737.
HSL color Cylindrical-coordinate representation of color #111725: hue angle of 222º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #111725 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 23 | 37 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.85 |
| HSL | 222º | 0.37% | 0.11% | - |
| HSV(B) | 222º | 0.54% | 0.15% | - |
| XYZ | 0.87 | 0.87 | 1.87 | - |
| YUV | 22.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 37 | 0.54 | 0.38 | 0 | 0.85 | 222 | 0.37 | 0.11 |
| Hex | 11 | 17 | 25 | 36 | 26 | 0 | 55 | DE | 25 | B |
| Octal | 21 | 27 | 45 | 66 | 46 | 0 | 125 | 336 | 45 | 13 |
| Binary | 10001 | 10111 | 100101 | 110110 | 100110 | 0 | 1010101 | 11011110 | 100101 | 1011 |
Color Harmonies of #111725
Complementary color
Monochromatic Colors of #111725
Black with #111725
Text Example
Text Example
White with #111725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111725; }
p { color: rgb(17,23,37); }
H1.HeaderClassName
{
color: #111725;
}
.AnyTagClassName
{
color: #111725;
}
</style>
background-color css
<style>
a { background-color: #111725; }
a { background-color: rgb(17,23,37); }
div.DivClassName
{
background-color: #111725;
}
.BgClassName
{
background-color: #111725;
}
</style>
border-color css
<style>
span { border-color: #111725; }
span { border-color: rgb(17,23,37); }
td.TdClassName
{
border-color: #111725;
}
.TagClassName
{
border-color: #111725;
}
</style>