Shades of Black Russian #07052B
Tints of Black Russian #07052B
RGB
CMYK
RGB Variations
Color information
#07052B (or 0x07052B) is known color: Black Russian. HEX triplet: 07, 05 and 2B. RGB value is (7,5,43). Sum of RGB (Red+Green+Blue) = 7+5+43=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 43 (17.19% from 255 or 78.18% from 55); Max value from RGB is 43 - color contains mainly: blue. Hex color #07052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07052B is #F8FAD4. Grayscale: #090909. Windows color (decimal): -16317141 or 2819335. OLE color: 2819335.
HSL color Cylindrical-coordinate representation of color #07052B: hue angle of 243.16º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07052B is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 5 | 43 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.83 |
| HSL | 243.16º | 0.79% | 0.09% | - |
| HSV(B) | 243.16º | 0.88% | 0.17% | - |
| XYZ | 0.58 | 0.33 | 2.32 | - |
| YUV | 9.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 43 | 0.84 | 0.88 | 0 | 0.83 | 243.16 | 0.79 | 0.09 |
| Hex | 7 | 5 | 2B | 54 | 58 | 0 | 53 | F3 | 4F | 9 |
| Octal | 7 | 5 | 53 | 124 | 130 | 0 | 123 | 363 | 117 | 11 |
| Binary | 111 | 101 | 101011 | 1010100 | 1011000 | 0 | 1010011 | 11110011 | 1001111 | 1001 |
Color Harmonies of #07052B
Complementary color
Monochromatic Colors of #07052B
Black with #07052B
Text Example
Text Example
White with #07052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07052B; }
p { color: rgb(7,5,43); }
H1.HeaderClassName
{
color: #07052B;
}
.AnyTagClassName
{
color: #07052B;
}
</style>
background-color css
<style>
a { background-color: #07052B; }
a { background-color: rgb(7,5,43); }
div.DivClassName
{
background-color: #07052B;
}
.BgClassName
{
background-color: #07052B;
}
</style>
border-color css
<style>
span { border-color: #07052B; }
span { border-color: rgb(7,5,43); }
td.TdClassName
{
border-color: #07052B;
}
.TagClassName
{
border-color: #07052B;
}
</style>