Shades of Black Russian #07070C
Tints of Black Russian #07070C
RGB
CMYK
RGB Variations
Color information
#07070C (or 0x07070C) is known color: Black Russian. HEX triplet: 07, 07 and 0C. RGB value is (7,7,12). Sum of RGB (Red+Green+Blue) = 7+7+12=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #07070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07070C is #F8F8F3. Grayscale: #070707. Windows color (decimal): -16316660 or 788231. OLE color: 788231.
HSL color Cylindrical-coordinate representation of color #07070C: hue angle of 240º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #07070C is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 7 | 7 | 12 | - |
CMYK | 0.42 | 0.42 | 0 | 0.95 |
HSL | 240º | 0.26% | 0.04% | - |
HSV(B) | 240º | 0.42% | 0.05% | - |
XYZ | 0.23 | 0.22 | 0.38 | - |
YUV | 7.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 7 | 12 | 0.42 | 0.42 | 0 | 0.95 | 240 | 0.26 | 0.04 |
Hex | 7 | 7 | C | 2A | 2A | 0 | 5F | F0 | 1A | 4 |
Octal | 7 | 7 | 14 | 52 | 52 | 0 | 137 | 360 | 32 | 4 |
Binary | 111 | 111 | 1100 | 101010 | 101010 | 0 | 1011111 | 11110000 | 11010 | 100 |
Color Harmonies of #07070C
Complementary color
Monochromatic Colors of #07070C
Black with #07070C
Text Example
Text Example
White with #07070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07070C; }
p { color: rgb(7,7,12); }
H1.HeaderClassName
{
color: #07070C;
}
.AnyTagClassName
{
color: #07070C;
}
</style>
background-color css
<style>
a { background-color: #07070C; }
a { background-color: rgb(7,7,12); }
div.DivClassName
{
background-color: #07070C;
}
.BgClassName
{
background-color: #07070C;
}
</style>
border-color css
<style>
span { border-color: #07070C; }
span { border-color: rgb(7,7,12); }
td.TdClassName
{
border-color: #07070C;
}
.TagClassName
{
border-color: #07070C;
}
</style>