Shades of Black Russian #07002C
Tints of Black Russian #07002C
RGB
CMYK
RGB Variations
Color information
#07002C (or 0x07002C) is known color: Black Russian. HEX triplet: 07, 00 and 2C. RGB value is (7,0,44). Sum of RGB (Red+Green+Blue) = 7+0+44=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 44 (17.58% from 255 or 86.27% from 51); Max value from RGB is 44 - color contains mainly: blue. Hex color #07002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07002C is #F8FFD3. Grayscale: #060606. Windows color (decimal): -16318420 or 2883591. OLE color: 2883591.
HSL color Cylindrical-coordinate representation of color #07002C: hue angle of 249.55º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07002C is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 0 | 44 | - |
| CMYK | 0.84 | 1 | 0 | 0.83 |
| HSL | 249.55º | 1% | 0.09% | - |
| HSV(B) | 249.55º | 1% | 0.17% | - |
| XYZ | 0.54 | 0.23 | 2.4 | - |
| YUV | 7.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 44 | 0.84 | 1 | 0 | 0.83 | 249.55 | 1 | 0.09 |
| Hex | 7 | 0 | 2C | 54 | 64 | 0 | 53 | FA | 64 | 9 |
| Octal | 7 | 0 | 54 | 124 | 144 | 0 | 123 | 372 | 144 | 11 |
| Binary | 111 | 0 | 101100 | 1010100 | 1100100 | 0 | 1010011 | 11111010 | 1100100 | 1001 |
Color Harmonies of #07002C
Complementary color
Monochromatic Colors of #07002C
Black with #07002C
Text Example
Text Example
White with #07002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07002C; }
p { color: rgb(7,0,44); }
H1.HeaderClassName
{
color: #07002C;
}
.AnyTagClassName
{
color: #07002C;
}
</style>
background-color css
<style>
a { background-color: #07002C; }
a { background-color: rgb(7,0,44); }
div.DivClassName
{
background-color: #07002C;
}
.BgClassName
{
background-color: #07002C;
}
</style>
border-color css
<style>
span { border-color: #07002C; }
span { border-color: rgb(7,0,44); }
td.TdClassName
{
border-color: #07002C;
}
.TagClassName
{
border-color: #07002C;
}
</style>