Shades of Black Russian #070918
Tints of Black Russian #070918
RGB
CMYK
RGB Variations
Color information
#070918 (or 0x070918) is known color: Black Russian. HEX triplet: 07, 09 and 18. RGB value is (7,9,24). Sum of RGB (Red+Green+Blue) = 7+9+24=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #070918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070918 is #F8F6E7. Grayscale: #0A0A0A. Windows color (decimal): -16316136 or 1575175. OLE color: 1575175.
HSL color Cylindrical-coordinate representation of color #070918: hue angle of 232.94º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #070918 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 9 | 24 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.91 |
| HSL | 232.94º | 0.55% | 0.06% | - |
| HSV(B) | 232.94º | 0.71% | 0.09% | - |
| XYZ | 0.35 | 0.31 | 0.9 | - |
| YUV | 10.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 24 | 0.71 | 0.63 | 0 | 0.91 | 232.94 | 0.55 | 0.06 |
| Hex | 7 | 9 | 18 | 47 | 3F | 0 | 5B | E9 | 37 | 6 |
| Octal | 7 | 11 | 30 | 107 | 77 | 0 | 133 | 351 | 67 | 6 |
| Binary | 111 | 1001 | 11000 | 1000111 | 111111 | 0 | 1011011 | 11101001 | 110111 | 110 |
Color Harmonies of #070918
Complementary color
Monochromatic Colors of #070918
Black with #070918
Text Example
Text Example
White with #070918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070918; }
p { color: rgb(7,9,24); }
H1.HeaderClassName
{
color: #070918;
}
.AnyTagClassName
{
color: #070918;
}
</style>
background-color css
<style>
a { background-color: #070918; }
a { background-color: rgb(7,9,24); }
div.DivClassName
{
background-color: #070918;
}
.BgClassName
{
background-color: #070918;
}
</style>
border-color css
<style>
span { border-color: #070918; }
span { border-color: rgb(7,9,24); }
td.TdClassName
{
border-color: #070918;
}
.TagClassName
{
border-color: #070918;
}
</style>