Shades of Black Russian #07082B
Tints of Black Russian #07082B
RGB
CMYK
RGB Variations
Color information
#07082B (or 0x07082B) is known color: Black Russian. HEX triplet: 07, 08 and 2B. RGB value is (7,8,43). Sum of RGB (Red+Green+Blue) = 7+8+43=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 43 (17.19% from 255 or 74.14% from 58); Max value from RGB is 43 - color contains mainly: blue. Hex color #07082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07082B is #F8F7D4. Grayscale: #0B0B0B. Windows color (decimal): -16316373 or 2820103. OLE color: 2820103.
HSL color Cylindrical-coordinate representation of color #07082B: hue angle of 238.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 #07082B is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 8 | 43 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.83 |
| HSL | 238.33º | 0.72% | 0.1% | - |
| HSV(B) | 238.33º | 0.84% | 0.17% | - |
| XYZ | 0.61 | 0.39 | 2.33 | - |
| YUV | 11.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 43 | 0.84 | 0.81 | 0 | 0.83 | 238.33 | 0.72 | 0.1 |
| Hex | 7 | 8 | 2B | 54 | 51 | 0 | 53 | EE | 48 | A |
| Octal | 7 | 10 | 53 | 124 | 121 | 0 | 123 | 356 | 110 | 12 |
| Binary | 111 | 1000 | 101011 | 1010100 | 1010001 | 0 | 1010011 | 11101110 | 1001000 | 1010 |
Color Harmonies of #07082B
Complementary color
Monochromatic Colors of #07082B
Black with #07082B
Text Example
Text Example
White with #07082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07082B; }
p { color: rgb(7,8,43); }
H1.HeaderClassName
{
color: #07082B;
}
.AnyTagClassName
{
color: #07082B;
}
</style>
background-color css
<style>
a { background-color: #07082B; }
a { background-color: rgb(7,8,43); }
div.DivClassName
{
background-color: #07082B;
}
.BgClassName
{
background-color: #07082B;
}
</style>
border-color css
<style>
span { border-color: #07082B; }
span { border-color: rgb(7,8,43); }
td.TdClassName
{
border-color: #07082B;
}
.TagClassName
{
border-color: #07082B;
}
</style>