Shades of Black Russian #07082C
Tints of Black Russian #07082C
RGB
CMYK
RGB Variations
Color information
#07082C (or 0x07082C) is known color: Black Russian. HEX triplet: 07, 08 and 2C. RGB value is (7,8,44). Sum of RGB (Red+Green+Blue) = 7+8+44=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #07082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07082C is #F8F7D3. Grayscale: #0B0B0B. Windows color (decimal): -16316372 or 2885639. OLE color: 2885639.
HSL color Cylindrical-coordinate representation of color #07082C: hue angle of 238.38º degrees, saturation: 0.73, 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 #07082C is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 8 | 44 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.83 |
| HSL | 238.38º | 0.73% | 0.1% | - |
| HSV(B) | 238.38º | 0.84% | 0.17% | - |
| XYZ | 0.63 | 0.4 | 2.43 | - |
| YUV | 11.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 44 | 0.84 | 0.82 | 0 | 0.83 | 238.38 | 0.73 | 0.1 |
| Hex | 7 | 8 | 2C | 54 | 52 | 0 | 53 | EE | 49 | A |
| Octal | 7 | 10 | 54 | 124 | 122 | 0 | 123 | 356 | 111 | 12 |
| Binary | 111 | 1000 | 101100 | 1010100 | 1010010 | 0 | 1010011 | 11101110 | 1001001 | 1010 |
Color Harmonies of #07082C
Complementary color
Monochromatic Colors of #07082C
Black with #07082C
Text Example
Text Example
White with #07082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07082C; }
p { color: rgb(7,8,44); }
H1.HeaderClassName
{
color: #07082C;
}
.AnyTagClassName
{
color: #07082C;
}
</style>
background-color css
<style>
a { background-color: #07082C; }
a { background-color: rgb(7,8,44); }
div.DivClassName
{
background-color: #07082C;
}
.BgClassName
{
background-color: #07082C;
}
</style>
border-color css
<style>
span { border-color: #07082C; }
span { border-color: rgb(7,8,44); }
td.TdClassName
{
border-color: #07082C;
}
.TagClassName
{
border-color: #07082C;
}
</style>