Shades of Black Russian #070328
Tints of Black Russian #070328
RGB
CMYK
RGB Variations
Color information
#070328 (or 0x070328) is known color: Black Russian. HEX triplet: 07, 03 and 28. RGB value is (7,3,40). Sum of RGB (Red+Green+Blue) = 7+3+40=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 40 (16.02% from 255 or 80% from 50); Max value from RGB is 40 - color contains mainly: blue. Hex color #070328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070328 is #F8FCD7. Grayscale: #080808. Windows color (decimal): -16317656 or 2622215. OLE color: 2622215.
HSL color Cylindrical-coordinate representation of color #070328: hue angle of 246.49º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070328 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 3 | 40 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.84 |
| HSL | 246.49º | 0.86% | 0.08% | - |
| HSV(B) | 246.49º | 0.93% | 0.16% | - |
| XYZ | 0.5 | 0.26 | 2.03 | - |
| YUV | 8.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 40 | 0.83 | 0.93 | 0 | 0.84 | 246.49 | 0.86 | 0.08 |
| Hex | 7 | 3 | 28 | 53 | 5D | 0 | 54 | F6 | 56 | 8 |
| Octal | 7 | 3 | 50 | 123 | 135 | 0 | 124 | 366 | 126 | 10 |
| Binary | 111 | 11 | 101000 | 1010011 | 1011101 | 0 | 1010100 | 11110110 | 1010110 | 1000 |
Color Harmonies of #070328
Complementary color
Monochromatic Colors of #070328
Black with #070328
Text Example
Text Example
White with #070328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070328; }
p { color: rgb(7,3,40); }
H1.HeaderClassName
{
color: #070328;
}
.AnyTagClassName
{
color: #070328;
}
</style>
background-color css
<style>
a { background-color: #070328; }
a { background-color: rgb(7,3,40); }
div.DivClassName
{
background-color: #070328;
}
.BgClassName
{
background-color: #070328;
}
</style>
border-color css
<style>
span { border-color: #070328; }
span { border-color: rgb(7,3,40); }
td.TdClassName
{
border-color: #070328;
}
.TagClassName
{
border-color: #070328;
}
</style>