Shades of Black Russian #070F28
Tints of Black Russian #070F28
RGB
CMYK
RGB Variations
Color information
#070F28 (or 0x070F28) is known color: Black Russian. HEX triplet: 07, 0F and 28. RGB value is (7,15,40). Sum of RGB (Red+Green+Blue) = 7+15+40=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #070F28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F28 is #F8F0D7. Grayscale: #0F0F0F. Windows color (decimal): -16314584 or 2625287. OLE color: 2625287.
HSL color Cylindrical-coordinate representation of color #070F28: hue angle of 225.45º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070F28 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 15 | 40 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.84 |
| HSL | 225.45º | 0.7% | 0.09% | - |
| HSV(B) | 225.45º | 0.83% | 0.16% | - |
| XYZ | 0.64 | 0.54 | 2.08 | - |
| YUV | 15.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 40 | 0.83 | 0.62 | 0 | 0.84 | 225.45 | 0.7 | 0.09 |
| Hex | 7 | F | 28 | 53 | 3E | 0 | 54 | E1 | 46 | 9 |
| Octal | 7 | 17 | 50 | 123 | 76 | 0 | 124 | 341 | 106 | 11 |
| Binary | 111 | 1111 | 101000 | 1010011 | 111110 | 0 | 1010100 | 11100001 | 1000110 | 1001 |
Color Harmonies of #070F28
Complementary color
Monochromatic Colors of #070F28
Black with #070F28
Text Example
Text Example
White with #070F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F28; }
p { color: rgb(7,15,40); }
H1.HeaderClassName
{
color: #070F28;
}
.AnyTagClassName
{
color: #070F28;
}
</style>
background-color css
<style>
a { background-color: #070F28; }
a { background-color: rgb(7,15,40); }
div.DivClassName
{
background-color: #070F28;
}
.BgClassName
{
background-color: #070F28;
}
</style>
border-color css
<style>
span { border-color: #070F28; }
span { border-color: rgb(7,15,40); }
td.TdClassName
{
border-color: #070F28;
}
.TagClassName
{
border-color: #070F28;
}
</style>