Shades of Black Russian #070824
Tints of Black Russian #070824
RGB
CMYK
RGB Variations
Color information
#070824 (or 0x070824) is known color: Black Russian. HEX triplet: 07, 08 and 24. RGB value is (7,8,36). Sum of RGB (Red+Green+Blue) = 7+8+36=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 36 (14.45% from 255 or 70.59% from 51); Max value from RGB is 36 - color contains mainly: blue. Hex color #070824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070824 is #F8F7DB. Grayscale: #0A0A0A. Windows color (decimal): -16316380 or 2361351. OLE color: 2361351.
HSL color Cylindrical-coordinate representation of color #070824: hue angle of 237.93º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #070824 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 8 | 36 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.86 |
| HSL | 237.93º | 0.67% | 0.08% | - |
| HSV(B) | 237.93º | 0.81% | 0.14% | - |
| XYZ | 0.49 | 0.35 | 1.71 | - |
| YUV | 10.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 36 | 0.81 | 0.78 | 0 | 0.86 | 237.93 | 0.67 | 0.08 |
| Hex | 7 | 8 | 24 | 51 | 4E | 0 | 56 | EE | 43 | 8 |
| Octal | 7 | 10 | 44 | 121 | 116 | 0 | 126 | 356 | 103 | 10 |
| Binary | 111 | 1000 | 100100 | 1010001 | 1001110 | 0 | 1010110 | 11101110 | 1000011 | 1000 |
Color Harmonies of #070824
Complementary color
Monochromatic Colors of #070824
Black with #070824
Text Example
Text Example
White with #070824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070824; }
p { color: rgb(7,8,36); }
H1.HeaderClassName
{
color: #070824;
}
.AnyTagClassName
{
color: #070824;
}
</style>
background-color css
<style>
a { background-color: #070824; }
a { background-color: rgb(7,8,36); }
div.DivClassName
{
background-color: #070824;
}
.BgClassName
{
background-color: #070824;
}
</style>
border-color css
<style>
span { border-color: #070824; }
span { border-color: rgb(7,8,36); }
td.TdClassName
{
border-color: #070824;
}
.TagClassName
{
border-color: #070824;
}
</style>