Shades of Black Russian #07012D
Tints of Black Russian #07012D
RGB
CMYK
RGB Variations
Color information
#07012D (or 0x07012D) is known color: Black Russian. HEX triplet: 07, 01 and 2D. RGB value is (7,1,45). Sum of RGB (Red+Green+Blue) = 7+1+45=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 45 (17.97% from 255 or 84.91% from 53); Max value from RGB is 45 - color contains mainly: blue. Hex color #07012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07012D is #F8FED2. Grayscale: #070707. Windows color (decimal): -16318163 or 2949383. OLE color: 2949383.
HSL color Cylindrical-coordinate representation of color #07012D: hue angle of 248.18º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07012D is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 1 | 45 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.82 |
| HSL | 248.18º | 0.96% | 0.09% | - |
| HSV(B) | 248.18º | 0.98% | 0.18% | - |
| XYZ | 0.57 | 0.26 | 2.5 | - |
| YUV | 7.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 45 | 0.84 | 0.98 | 0 | 0.82 | 248.18 | 0.96 | 0.09 |
| Hex | 7 | 1 | 2D | 54 | 62 | 0 | 52 | F8 | 60 | 9 |
| Octal | 7 | 1 | 55 | 124 | 142 | 0 | 122 | 370 | 140 | 11 |
| Binary | 111 | 1 | 101101 | 1010100 | 1100010 | 0 | 1010010 | 11111000 | 1100000 | 1001 |
Color Harmonies of #07012D
Complementary color
Monochromatic Colors of #07012D
Black with #07012D
Text Example
Text Example
White with #07012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07012D; }
p { color: rgb(7,1,45); }
H1.HeaderClassName
{
color: #07012D;
}
.AnyTagClassName
{
color: #07012D;
}
</style>
background-color css
<style>
a { background-color: #07012D; }
a { background-color: rgb(7,1,45); }
div.DivClassName
{
background-color: #07012D;
}
.BgClassName
{
background-color: #07012D;
}
</style>
border-color css
<style>
span { border-color: #07012D; }
span { border-color: rgb(7,1,45); }
td.TdClassName
{
border-color: #07012D;
}
.TagClassName
{
border-color: #07012D;
}
</style>