Shades of Black Russian #07032B
Tints of Black Russian #07032B
RGB
CMYK
RGB Variations
Color information
#07032B (or 0x07032B) is known color: Black Russian. HEX triplet: 07, 03 and 2B. RGB value is (7,3,43). Sum of RGB (Red+Green+Blue) = 7+3+43=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 43 (17.19% from 255 or 81.13% from 53); Max value from RGB is 43 - color contains mainly: blue. Hex color #07032B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07032B is #F8FCD4. Grayscale: #080808. Windows color (decimal): -16317653 or 2818823. OLE color: 2818823.
HSL color Cylindrical-coordinate representation of color #07032B: hue angle of 246º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07032B is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 7 | 3 | 43 | - |
CMYK | 0.84 | 0.93 | 0 | 0.83 |
HSL | 246º | 0.87% | 0.09% | - |
HSV(B) | 246º | 0.93% | 0.17% | - |
XYZ | 0.56 | 0.28 | 2.31 | - |
YUV | 8.76 | 147.33 | 126.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 3 | 43 | 0.84 | 0.93 | 0 | 0.83 | 246 | 0.87 | 0.09 |
Hex | 7 | 3 | 2B | 54 | 5D | 0 | 53 | F6 | 57 | 9 |
Octal | 7 | 3 | 53 | 124 | 135 | 0 | 123 | 366 | 127 | 11 |
Binary | 111 | 11 | 101011 | 1010100 | 1011101 | 0 | 1010011 | 11110110 | 1010111 | 1001 |
Color Harmonies of #07032B
Complementary color
Monochromatic Colors of #07032B
Black with #07032B
Text Example
Text Example
White with #07032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07032B; }
p { color: rgb(7,3,43); }
H1.HeaderClassName
{
color: #07032B;
}
.AnyTagClassName
{
color: #07032B;
}
</style>
background-color css
<style>
a { background-color: #07032B; }
a { background-color: rgb(7,3,43); }
div.DivClassName
{
background-color: #07032B;
}
.BgClassName
{
background-color: #07032B;
}
</style>
border-color css
<style>
span { border-color: #07032B; }
span { border-color: rgb(7,3,43); }
td.TdClassName
{
border-color: #07032B;
}
.TagClassName
{
border-color: #07032B;
}
</style>