Shades of Black Russian #07022B
Tints of Black Russian #07022B
RGB
CMYK
RGB Variations
Color information
#07022B (or 0x07022B) is known color: Black Russian. HEX triplet: 07, 02 and 2B. RGB value is (7,2,43). Sum of RGB (Red+Green+Blue) = 7+2+43=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 43 (17.19% from 255 or 82.69% from 52); Max value from RGB is 43 - color contains mainly: blue. Hex color #07022B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07022B is #F8FDD4. Grayscale: #080808. Windows color (decimal): -16317909 or 2818567. OLE color: 2818567.
HSL color Cylindrical-coordinate representation of color #07022B: hue angle of 247.32º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07022B is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 2 | 43 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.83 |
| HSL | 247.32º | 0.91% | 0.09% | - |
| HSV(B) | 247.32º | 0.95% | 0.17% | - |
| XYZ | 0.55 | 0.26 | 2.31 | - |
| YUV | 8.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 43 | 0.84 | 0.95 | 0 | 0.83 | 247.32 | 0.91 | 0.09 |
| Hex | 7 | 2 | 2B | 54 | 5F | 0 | 53 | F7 | 5B | 9 |
| Octal | 7 | 2 | 53 | 124 | 137 | 0 | 123 | 367 | 133 | 11 |
| Binary | 111 | 10 | 101011 | 1010100 | 1011111 | 0 | 1010011 | 11110111 | 1011011 | 1001 |
Color Harmonies of #07022B
Complementary color
Monochromatic Colors of #07022B
Black with #07022B
Text Example
Text Example
White with #07022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07022B; }
p { color: rgb(7,2,43); }
H1.HeaderClassName
{
color: #07022B;
}
.AnyTagClassName
{
color: #07022B;
}
</style>
background-color css
<style>
a { background-color: #07022B; }
a { background-color: rgb(7,2,43); }
div.DivClassName
{
background-color: #07022B;
}
.BgClassName
{
background-color: #07022B;
}
</style>
border-color css
<style>
span { border-color: #07022B; }
span { border-color: rgb(7,2,43); }
td.TdClassName
{
border-color: #07022B;
}
.TagClassName
{
border-color: #07022B;
}
</style>