Shades of Black Russian #07072B
Tints of Black Russian #07072B
RGB
CMYK
RGB Variations
Color information
#07072B (or 0x07072B) is known color: Black Russian. HEX triplet: 07, 07 and 2B. RGB value is (7,7,43). Sum of RGB (Red+Green+Blue) = 7+7+43=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 43 (17.19% from 255 or 75.44% from 57); Max value from RGB is 43 - color contains mainly: blue. Hex color #07072B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07072B is #F8F8D4. Grayscale: #0A0A0A. Windows color (decimal): -16316629 or 2819847. OLE color: 2819847.
HSL color Cylindrical-coordinate representation of color #07072B: hue angle of 240º 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 #07072B is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 7 | 43 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.83 |
| HSL | 240º | 0.72% | 0.1% | - |
| HSV(B) | 240º | 0.84% | 0.17% | - |
| XYZ | 0.6 | 0.37 | 2.33 | - |
| YUV | 11.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 43 | 0.84 | 0.84 | 0 | 0.83 | 240 | 0.72 | 0.1 |
| Hex | 7 | 7 | 2B | 54 | 54 | 0 | 53 | F0 | 48 | A |
| Octal | 7 | 7 | 53 | 124 | 124 | 0 | 123 | 360 | 110 | 12 |
| Binary | 111 | 111 | 101011 | 1010100 | 1010100 | 0 | 1010011 | 11110000 | 1001000 | 1010 |
Color Harmonies of #07072B
Complementary color
Monochromatic Colors of #07072B
Black with #07072B
Text Example
Text Example
White with #07072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07072B; }
p { color: rgb(7,7,43); }
H1.HeaderClassName
{
color: #07072B;
}
.AnyTagClassName
{
color: #07072B;
}
</style>
background-color css
<style>
a { background-color: #07072B; }
a { background-color: rgb(7,7,43); }
div.DivClassName
{
background-color: #07072B;
}
.BgClassName
{
background-color: #07072B;
}
</style>
border-color css
<style>
span { border-color: #07072B; }
span { border-color: rgb(7,7,43); }
td.TdClassName
{
border-color: #07072B;
}
.TagClassName
{
border-color: #07072B;
}
</style>