Shades of Black Russian #071123
Tints of Black Russian #071123
RGB
CMYK
RGB Variations
Color information
#071123 (or 0x071123) is known color: Black Russian. HEX triplet: 07, 11 and 23. RGB value is (7,17,35). Sum of RGB (Red+Green+Blue) = 7+17+35=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 35 (14.06% from 255 or 59.32% from 59); Max value from RGB is 35 - color contains mainly: blue. Hex color #071123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071123 is #F8EEDC. Grayscale: #0F0F0F. Windows color (decimal): -16314077 or 2298119. OLE color: 2298119.
HSL color Cylindrical-coordinate representation of color #071123: hue angle of 218.57º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #071123 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 17 | 35 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.86 |
| HSL | 218.57º | 0.67% | 0.08% | - |
| HSV(B) | 218.57º | 0.8% | 0.14% | - |
| XYZ | 0.59 | 0.57 | 1.67 | - |
| YUV | 16.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 35 | 0.80 | 0.51 | 0 | 0.86 | 218.57 | 0.67 | 0.08 |
| Hex | 7 | 11 | 23 | 50 | 33 | 0 | 56 | DB | 43 | 8 |
| Octal | 7 | 21 | 43 | 120 | 63 | 0 | 126 | 333 | 103 | 10 |
| Binary | 111 | 10001 | 100011 | 1010000 | 110011 | 0 | 1010110 | 11011011 | 1000011 | 1000 |
Color Harmonies of #071123
Complementary color
Monochromatic Colors of #071123
Black with #071123
Text Example
Text Example
White with #071123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071123; }
p { color: rgb(7,17,35); }
H1.HeaderClassName
{
color: #071123;
}
.AnyTagClassName
{
color: #071123;
}
</style>
background-color css
<style>
a { background-color: #071123; }
a { background-color: rgb(7,17,35); }
div.DivClassName
{
background-color: #071123;
}
.BgClassName
{
background-color: #071123;
}
</style>
border-color css
<style>
span { border-color: #071123; }
span { border-color: rgb(7,17,35); }
td.TdClassName
{
border-color: #071123;
}
.TagClassName
{
border-color: #071123;
}
</style>