Shades of Black Russian #070825
Tints of Black Russian #070825
RGB
CMYK
RGB Variations
Color information
#070825 (or 0x070825) is known color: Black Russian. HEX triplet: 07, 08 and 25. RGB value is (7,8,37). Sum of RGB (Red+Green+Blue) = 7+8+37=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 37 (14.84% from 255 or 71.15% from 52); Max value from RGB is 37 - color contains mainly: blue. Hex color #070825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070825 is #F8F7DA. Grayscale: #0A0A0A. Windows color (decimal): -16316379 or 2426887. OLE color: 2426887.
HSL color Cylindrical-coordinate representation of color #070825: hue angle of 238º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #070825 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 8 | 37 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.85 |
| HSL | 238º | 0.68% | 0.09% | - |
| HSV(B) | 238º | 0.81% | 0.15% | - |
| XYZ | 0.51 | 0.35 | 1.79 | - |
| YUV | 11.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 37 | 0.81 | 0.78 | 0 | 0.85 | 238 | 0.68 | 0.09 |
| Hex | 7 | 8 | 25 | 51 | 4E | 0 | 55 | EE | 44 | 9 |
| Octal | 7 | 10 | 45 | 121 | 116 | 0 | 125 | 356 | 104 | 11 |
| Binary | 111 | 1000 | 100101 | 1010001 | 1001110 | 0 | 1010101 | 11101110 | 1000100 | 1001 |
Color Harmonies of #070825
Complementary color
Monochromatic Colors of #070825
Black with #070825
Text Example
Text Example
White with #070825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070825; }
p { color: rgb(7,8,37); }
H1.HeaderClassName
{
color: #070825;
}
.AnyTagClassName
{
color: #070825;
}
</style>
background-color css
<style>
a { background-color: #070825; }
a { background-color: rgb(7,8,37); }
div.DivClassName
{
background-color: #070825;
}
.BgClassName
{
background-color: #070825;
}
</style>
border-color css
<style>
span { border-color: #070825; }
span { border-color: rgb(7,8,37); }
td.TdClassName
{
border-color: #070825;
}
.TagClassName
{
border-color: #070825;
}
</style>