Shades of Black Russian #070D28
Tints of Black Russian #070D28
RGB
CMYK
RGB Variations
Color information
#070D28 (or 0x070D28) is known color: Black Russian. HEX triplet: 07, 0D and 28. RGB value is (7,13,40). Sum of RGB (Red+Green+Blue) = 7+13+40=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #070D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D28 is #F8F2D7. Grayscale: #0E0E0E. Windows color (decimal): -16315096 or 2624775. OLE color: 2624775.
HSL color Cylindrical-coordinate representation of color #070D28: hue angle of 229.09º 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 #070D28 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 13 | 40 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.84 |
| HSL | 229.09º | 0.7% | 0.09% | - |
| HSV(B) | 229.09º | 0.83% | 0.16% | - |
| XYZ | 0.61 | 0.49 | 2.07 | - |
| YUV | 14.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 40 | 0.83 | 0.67 | 0 | 0.84 | 229.09 | 0.7 | 0.09 |
| Hex | 7 | D | 28 | 53 | 43 | 0 | 54 | E5 | 46 | 9 |
| Octal | 7 | 15 | 50 | 123 | 103 | 0 | 124 | 345 | 106 | 11 |
| Binary | 111 | 1101 | 101000 | 1010011 | 1000011 | 0 | 1010100 | 11100101 | 1000110 | 1001 |
Color Harmonies of #070D28
Complementary color
Monochromatic Colors of #070D28
Black with #070D28
Text Example
Text Example
White with #070D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D28; }
p { color: rgb(7,13,40); }
H1.HeaderClassName
{
color: #070D28;
}
.AnyTagClassName
{
color: #070D28;
}
</style>
background-color css
<style>
a { background-color: #070D28; }
a { background-color: rgb(7,13,40); }
div.DivClassName
{
background-color: #070D28;
}
.BgClassName
{
background-color: #070D28;
}
</style>
border-color css
<style>
span { border-color: #070D28; }
span { border-color: rgb(7,13,40); }
td.TdClassName
{
border-color: #070D28;
}
.TagClassName
{
border-color: #070D28;
}
</style>