Shades of Black Russian #07082A
Tints of Black Russian #07082A
RGB
CMYK
RGB Variations
Color information
#07082A (or 0x07082A) is known color: Black Russian. HEX triplet: 07, 08 and 2A. RGB value is (7,8,42). Sum of RGB (Red+Green+Blue) = 7+8+42=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 42 (16.80% from 255 or 73.68% from 57); Max value from RGB is 42 - color contains mainly: blue. Hex color #07082A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07082A is #F8F7D5. Grayscale: #0B0B0B. Windows color (decimal): -16316374 or 2754567. OLE color: 2754567.
HSL color Cylindrical-coordinate representation of color #07082A: hue angle of 238.29º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #07082A is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 8 | 42 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.84 |
| HSL | 238.29º | 0.71% | 0.1% | - |
| HSV(B) | 238.29º | 0.83% | 0.16% | - |
| XYZ | 0.59 | 0.39 | 2.23 | - |
| YUV | 11.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 42 | 0.83 | 0.81 | 0 | 0.84 | 238.29 | 0.71 | 0.1 |
| Hex | 7 | 8 | 2A | 53 | 51 | 0 | 54 | EE | 47 | A |
| Octal | 7 | 10 | 52 | 123 | 121 | 0 | 124 | 356 | 107 | 12 |
| Binary | 111 | 1000 | 101010 | 1010011 | 1010001 | 0 | 1010100 | 11101110 | 1000111 | 1010 |
Color Harmonies of #07082A
Complementary color
Monochromatic Colors of #07082A
Black with #07082A
Text Example
Text Example
White with #07082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07082A; }
p { color: rgb(7,8,42); }
H1.HeaderClassName
{
color: #07082A;
}
.AnyTagClassName
{
color: #07082A;
}
</style>
background-color css
<style>
a { background-color: #07082A; }
a { background-color: rgb(7,8,42); }
div.DivClassName
{
background-color: #07082A;
}
.BgClassName
{
background-color: #07082A;
}
</style>
border-color css
<style>
span { border-color: #07082A; }
span { border-color: rgb(7,8,42); }
td.TdClassName
{
border-color: #07082A;
}
.TagClassName
{
border-color: #07082A;
}
</style>