Shades of Black Russian #070A2D
Tints of Black Russian #070A2D
RGB
CMYK
RGB Variations
Color information
#070A2D (or 0x070A2D) is known color: Black Russian. HEX triplet: 07, 0A and 2D. RGB value is (7,10,45). Sum of RGB (Red+Green+Blue) = 7+10+45=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #070A2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A2D is #F8F5D2. Grayscale: #0C0C0C. Windows color (decimal): -16315859 or 2951687. OLE color: 2951687.
HSL color Cylindrical-coordinate representation of color #070A2D: hue angle of 235.26º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #070A2D is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 10 | 45 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.82 |
| HSL | 235.26º | 0.73% | 0.1% | - |
| HSV(B) | 235.26º | 0.84% | 0.18% | - |
| XYZ | 0.67 | 0.45 | 2.53 | - |
| YUV | 13.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 45 | 0.84 | 0.78 | 0 | 0.82 | 235.26 | 0.73 | 0.1 |
| Hex | 7 | A | 2D | 54 | 4E | 0 | 52 | EB | 49 | A |
| Octal | 7 | 12 | 55 | 124 | 116 | 0 | 122 | 353 | 111 | 12 |
| Binary | 111 | 1010 | 101101 | 1010100 | 1001110 | 0 | 1010010 | 11101011 | 1001001 | 1010 |
Color Harmonies of #070A2D
Complementary color
Monochromatic Colors of #070A2D
Black with #070A2D
Text Example
Text Example
White with #070A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A2D; }
p { color: rgb(7,10,45); }
H1.HeaderClassName
{
color: #070A2D;
}
.AnyTagClassName
{
color: #070A2D;
}
</style>
background-color css
<style>
a { background-color: #070A2D; }
a { background-color: rgb(7,10,45); }
div.DivClassName
{
background-color: #070A2D;
}
.BgClassName
{
background-color: #070A2D;
}
</style>
border-color css
<style>
span { border-color: #070A2D; }
span { border-color: rgb(7,10,45); }
td.TdClassName
{
border-color: #070A2D;
}
.TagClassName
{
border-color: #070A2D;
}
</style>