Shades of Black Russian #07072F
Tints of Black Russian #07072F
RGB
CMYK
RGB Variations
Color information
#07072F (or 0x07072F) is known color: Black Russian. HEX triplet: 07, 07 and 2F. RGB value is (7,7,47). Sum of RGB (Red+Green+Blue) = 7+7+47=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 47 (18.75% from 255 or 77.05% from 61); Max value from RGB is 47 - color contains mainly: blue. Hex color #07072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07072F is #F8F8D0. Grayscale: #0B0B0B. Windows color (decimal): -16316625 or 3081991. OLE color: 3081991.
HSL color Cylindrical-coordinate representation of color #07072F: hue angle of 240º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07072F is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 7 | 47 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.82 |
| HSL | 240º | 0.74% | 0.11% | - |
| HSV(B) | 240º | 0.85% | 0.18% | - |
| XYZ | 0.68 | 0.4 | 2.73 | - |
| YUV | 11.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 47 | 0.85 | 0.85 | 0 | 0.82 | 240 | 0.74 | 0.11 |
| Hex | 7 | 7 | 2F | 55 | 55 | 0 | 52 | F0 | 4A | B |
| Octal | 7 | 7 | 57 | 125 | 125 | 0 | 122 | 360 | 112 | 13 |
| Binary | 111 | 111 | 101111 | 1010101 | 1010101 | 0 | 1010010 | 11110000 | 1001010 | 1011 |
Color Harmonies of #07072F
Complementary color
Monochromatic Colors of #07072F
Black with #07072F
Text Example
Text Example
White with #07072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07072F; }
p { color: rgb(7,7,47); }
H1.HeaderClassName
{
color: #07072F;
}
.AnyTagClassName
{
color: #07072F;
}
</style>
background-color css
<style>
a { background-color: #07072F; }
a { background-color: rgb(7,7,47); }
div.DivClassName
{
background-color: #07072F;
}
.BgClassName
{
background-color: #07072F;
}
</style>
border-color css
<style>
span { border-color: #07072F; }
span { border-color: rgb(7,7,47); }
td.TdClassName
{
border-color: #07072F;
}
.TagClassName
{
border-color: #07072F;
}
</style>