Shades of Black Russian #07032F
Tints of Black Russian #07032F
RGB
CMYK
RGB Variations
Color information
#07032F (or 0x07032F) is known color: Black Russian. HEX triplet: 07, 03 and 2F. RGB value is (7,3,47). Sum of RGB (Red+Green+Blue) = 7+3+47=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 47 (18.75% from 255 or 82.46% from 57); Max value from RGB is 47 - color contains mainly: blue. Hex color #07032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07032F is #F8FCD0. Grayscale: #090909. Windows color (decimal): -16317649 or 3080967. OLE color: 3080967.
HSL color Cylindrical-coordinate representation of color #07032F: hue angle of 245.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07032F is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 3 | 47 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.82 |
| HSL | 245.45º | 0.88% | 0.1% | - |
| HSV(B) | 245.45º | 0.94% | 0.18% | - |
| XYZ | 0.63 | 0.32 | 2.72 | - |
| YUV | 9.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 47 | 0.85 | 0.94 | 0 | 0.82 | 245.45 | 0.88 | 0.1 |
| Hex | 7 | 3 | 2F | 55 | 5E | 0 | 52 | F5 | 58 | A |
| Octal | 7 | 3 | 57 | 125 | 136 | 0 | 122 | 365 | 130 | 12 |
| Binary | 111 | 11 | 101111 | 1010101 | 1011110 | 0 | 1010010 | 11110101 | 1011000 | 1010 |
Color Harmonies of #07032F
Complementary color
Monochromatic Colors of #07032F
Black with #07032F
Text Example
Text Example
White with #07032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07032F; }
p { color: rgb(7,3,47); }
H1.HeaderClassName
{
color: #07032F;
}
.AnyTagClassName
{
color: #07032F;
}
</style>
background-color css
<style>
a { background-color: #07032F; }
a { background-color: rgb(7,3,47); }
div.DivClassName
{
background-color: #07032F;
}
.BgClassName
{
background-color: #07032F;
}
</style>
border-color css
<style>
span { border-color: #07032F; }
span { border-color: rgb(7,3,47); }
td.TdClassName
{
border-color: #07032F;
}
.TagClassName
{
border-color: #07032F;
}
</style>