Shades of Black Russian #07081F
Tints of Black Russian #07081F
RGB
CMYK
RGB Variations
Color information
#07081F (or 0x07081F) is known color: Black Russian. HEX triplet: 07, 08 and 1F. RGB value is (7,8,31). Sum of RGB (Red+Green+Blue) = 7+8+31=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #07081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07081F is #F8F7E0. Grayscale: #0A0A0A. Windows color (decimal): -16316385 or 2033671. OLE color: 2033671.
HSL color Cylindrical-coordinate representation of color #07081F: hue angle of 237.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07081F is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 8 | 31 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.88 |
| HSL | 237.5º | 0.63% | 0.07% | - |
| HSV(B) | 237.5º | 0.77% | 0.12% | - |
| XYZ | 0.42 | 0.32 | 1.34 | - |
| YUV | 10.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 31 | 0.77 | 0.74 | 0 | 0.88 | 237.5 | 0.63 | 0.07 |
| Hex | 7 | 8 | 1F | 4D | 4A | 0 | 58 | EE | 3F | 7 |
| Octal | 7 | 10 | 37 | 115 | 112 | 0 | 130 | 356 | 77 | 7 |
| Binary | 111 | 1000 | 11111 | 1001101 | 1001010 | 0 | 1011000 | 11101110 | 111111 | 111 |
Color Harmonies of #07081F
Complementary color
Monochromatic Colors of #07081F
Black with #07081F
Text Example
Text Example
White with #07081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07081F; }
p { color: rgb(7,8,31); }
H1.HeaderClassName
{
color: #07081F;
}
.AnyTagClassName
{
color: #07081F;
}
</style>
background-color css
<style>
a { background-color: #07081F; }
a { background-color: rgb(7,8,31); }
div.DivClassName
{
background-color: #07081F;
}
.BgClassName
{
background-color: #07081F;
}
</style>
border-color css
<style>
span { border-color: #07081F; }
span { border-color: rgb(7,8,31); }
td.TdClassName
{
border-color: #07081F;
}
.TagClassName
{
border-color: #07081F;
}
</style>