Shades of Black Russian #07112B
Tints of Black Russian #07112B
RGB
CMYK
RGB Variations
Color information
#07112B (or 0x07112B) is known color: Black Russian. HEX triplet: 07, 11 and 2B. RGB value is (7,17,43). Sum of RGB (Red+Green+Blue) = 7+17+43=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #07112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07112B is #F8EED4. Grayscale: #101010. Windows color (decimal): -16314069 or 2822407. OLE color: 2822407.
HSL color Cylindrical-coordinate representation of color #07112B: hue angle of 223.33º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07112B is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 17 | 43 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.83 |
| HSL | 223.33º | 0.72% | 0.1% | - |
| HSV(B) | 223.33º | 0.84% | 0.17% | - |
| XYZ | 0.72 | 0.62 | 2.37 | - |
| YUV | 16.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 43 | 0.84 | 0.60 | 0 | 0.83 | 223.33 | 0.72 | 0.1 |
| Hex | 7 | 11 | 2B | 54 | 3C | 0 | 53 | DF | 48 | A |
| Octal | 7 | 21 | 53 | 124 | 74 | 0 | 123 | 337 | 110 | 12 |
| Binary | 111 | 10001 | 101011 | 1010100 | 111100 | 0 | 1010011 | 11011111 | 1001000 | 1010 |
Color Harmonies of #07112B
Complementary color
Monochromatic Colors of #07112B
Black with #07112B
Text Example
Text Example
White with #07112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07112B; }
p { color: rgb(7,17,43); }
H1.HeaderClassName
{
color: #07112B;
}
.AnyTagClassName
{
color: #07112B;
}
</style>
background-color css
<style>
a { background-color: #07112B; }
a { background-color: rgb(7,17,43); }
div.DivClassName
{
background-color: #07112B;
}
.BgClassName
{
background-color: #07112B;
}
</style>
border-color css
<style>
span { border-color: #07112B; }
span { border-color: rgb(7,17,43); }
td.TdClassName
{
border-color: #07112B;
}
.TagClassName
{
border-color: #07112B;
}
</style>