Shades of Black Russian #07002F
Tints of Black Russian #07002F
RGB
CMYK
RGB Variations
Color information
#07002F (or 0x07002F) is known color: Black Russian. HEX triplet: 07, 00 and 2F. RGB value is (7,0,47). Sum of RGB (Red+Green+Blue) = 7+0+47=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 47 (18.75% from 255 or 87.04% from 54); Max value from RGB is 47 - color contains mainly: blue. Hex color #07002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07002F is #F8FFD0. Grayscale: #070707. Windows color (decimal): -16318417 or 3080199. OLE color: 3080199.
HSL color Cylindrical-coordinate representation of color #07002F: hue angle of 248.94º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07002F is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 0 | 47 | - |
| CMYK | 0.85 | 1 | 0 | 0.82 |
| HSL | 248.94º | 1% | 0.09% | - |
| HSV(B) | 248.94º | 1% | 0.18% | - |
| XYZ | 0.6 | 0.25 | 2.71 | - |
| YUV | 7.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 47 | 0.85 | 1 | 0 | 0.82 | 248.94 | 1 | 0.09 |
| Hex | 7 | 0 | 2F | 55 | 64 | 0 | 52 | F9 | 64 | 9 |
| Octal | 7 | 0 | 57 | 125 | 144 | 0 | 122 | 371 | 144 | 11 |
| Binary | 111 | 0 | 101111 | 1010101 | 1100100 | 0 | 1010010 | 11111001 | 1100100 | 1001 |
Color Harmonies of #07002F
Complementary color
Monochromatic Colors of #07002F
Black with #07002F
Text Example
Text Example
White with #07002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07002F; }
p { color: rgb(7,0,47); }
H1.HeaderClassName
{
color: #07002F;
}
.AnyTagClassName
{
color: #07002F;
}
</style>
background-color css
<style>
a { background-color: #07002F; }
a { background-color: rgb(7,0,47); }
div.DivClassName
{
background-color: #07002F;
}
.BgClassName
{
background-color: #07002F;
}
</style>
border-color css
<style>
span { border-color: #07002F; }
span { border-color: rgb(7,0,47); }
td.TdClassName
{
border-color: #07002F;
}
.TagClassName
{
border-color: #07002F;
}
</style>