Shades of Black Russian #030407
Tints of Black Russian #030407
RGB
CMYK
RGB Variations
Color information
#030407 (or 0x030407) is known color: Black Russian. HEX triplet: 03, 04 and 07. RGB value is (3,4,7). Sum of RGB (Red+Green+Blue) = 3+4+7=14 (1% of max value = 765). Red value is 3 (1.56% from 255 or 21.43% from 14); Green value is 4 (1.95% from 255 or 28.57% from 14); Blue value is 7 (3.12% from 255 or 50% from 14); Max value from RGB is 7 - color contains mainly: blue. Hex color #030407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030407 is #FCFBF8. Grayscale: #040404. Windows color (decimal): -16579577 or 459779. OLE color: 459779.
HSL color Cylindrical-coordinate representation of color #030407: hue angle of 225º degrees, saturation: 0.4, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #030407 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 3 | 4 | 7 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.97 |
| HSL | 225º | 0.4% | 0.02% | - |
| HSV(B) | 225º | 0.57% | 0.03% | - |
| XYZ | 0.12 | 0.12 | 0.22 | - |
| YUV | 4.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 7 | 0.57 | 0.43 | 0 | 0.97 | 225 | 0.4 | 0.02 |
| Hex | 3 | 4 | 7 | 39 | 2B | 0 | 61 | E1 | 28 | 2 |
| Octal | 3 | 4 | 7 | 71 | 53 | 0 | 141 | 341 | 50 | 2 |
| Binary | 11 | 100 | 111 | 111001 | 101011 | 0 | 1100001 | 11100001 | 101000 | 10 |
Color Harmonies of #030407
Complementary color
Monochromatic Colors of #030407
Black with #030407
Text Example
Text Example
White with #030407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030407; }
p { color: rgb(3,4,7); }
H1.HeaderClassName
{
color: #030407;
}
.AnyTagClassName
{
color: #030407;
}
</style>
background-color css
<style>
a { background-color: #030407; }
a { background-color: rgb(3,4,7); }
div.DivClassName
{
background-color: #030407;
}
.BgClassName
{
background-color: #030407;
}
</style>
border-color css
<style>
span { border-color: #030407; }
span { border-color: rgb(3,4,7); }
td.TdClassName
{
border-color: #030407;
}
.TagClassName
{
border-color: #030407;
}
</style>