Shades of Black Russian #07060C
Tints of Black Russian #07060C
RGB
CMYK
RGB Variations
Color information
#07060C (or 0x07060C) is known color: Black Russian. HEX triplet: 07, 06 and 0C. RGB value is (7,6,12). Sum of RGB (Red+Green+Blue) = 7+6+12=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #07060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07060C is #F8F9F3. Grayscale: #060606. Windows color (decimal): -16316916 or 787975. OLE color: 787975.
HSL color Cylindrical-coordinate representation of color #07060C: hue angle of 250º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #07060C is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 6 | 12 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.95 |
| HSL | 250º | 0.33% | 0.04% | - |
| HSV(B) | 250º | 0.5% | 0.05% | - |
| XYZ | 0.22 | 0.2 | 0.38 | - |
| YUV | 6.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 12 | 0.42 | 0.50 | 0 | 0.95 | 250 | 0.33 | 0.04 |
| Hex | 7 | 6 | C | 2A | 32 | 0 | 5F | FA | 21 | 4 |
| Octal | 7 | 6 | 14 | 52 | 62 | 0 | 137 | 372 | 41 | 4 |
| Binary | 111 | 110 | 1100 | 101010 | 110010 | 0 | 1011111 | 11111010 | 100001 | 100 |
Color Harmonies of #07060C
Complementary color
Monochromatic Colors of #07060C
Black with #07060C
Text Example
Text Example
White with #07060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07060C; }
p { color: rgb(7,6,12); }
H1.HeaderClassName
{
color: #07060C;
}
.AnyTagClassName
{
color: #07060C;
}
</style>
background-color css
<style>
a { background-color: #07060C; }
a { background-color: rgb(7,6,12); }
div.DivClassName
{
background-color: #07060C;
}
.BgClassName
{
background-color: #07060C;
}
</style>
border-color css
<style>
span { border-color: #07060C; }
span { border-color: rgb(7,6,12); }
td.TdClassName
{
border-color: #07060C;
}
.TagClassName
{
border-color: #07060C;
}
</style>