Shades of Black Russian #030307
Tints of Black Russian #030307
RGB
CMYK
RGB Variations
Color information
#030307 (or 0x030307) is known color: Black Russian. HEX triplet: 03, 03 and 07. RGB value is (3,3,7). Sum of RGB (Red+Green+Blue) = 3+3+7=13 (1% of max value = 765). Red value is 3 (1.56% from 255 or 23.08% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 7 (3.12% from 255 or 53.85% from 13); Max value from RGB is 7 - color contains mainly: blue. Hex color #030307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030307 is #FCFCF8. Grayscale: #030303. Windows color (decimal): -16579833 or 459523. OLE color: 459523.
HSL color Cylindrical-coordinate representation of color #030307: hue angle of 240º 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 #030307 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 3 | 3 | 7 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.97 |
| HSL | 240º | 0.4% | 0.02% | - |
| HSV(B) | 240º | 0.57% | 0.03% | - |
| XYZ | 0.11 | 0.1 | 0.21 | - |
| YUV | 3.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 7 | 0.57 | 0.57 | 0 | 0.97 | 240 | 0.4 | 0.02 |
| Hex | 3 | 3 | 7 | 39 | 39 | 0 | 61 | F0 | 28 | 2 |
| Octal | 3 | 3 | 7 | 71 | 71 | 0 | 141 | 360 | 50 | 2 |
| Binary | 11 | 11 | 111 | 111001 | 111001 | 0 | 1100001 | 11110000 | 101000 | 10 |
Color Harmonies of #030307
Complementary color
Monochromatic Colors of #030307
Black with #030307
Text Example
Text Example
White with #030307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030307; }
p { color: rgb(3,3,7); }
H1.HeaderClassName
{
color: #030307;
}
.AnyTagClassName
{
color: #030307;
}
</style>
background-color css
<style>
a { background-color: #030307; }
a { background-color: rgb(3,3,7); }
div.DivClassName
{
background-color: #030307;
}
.BgClassName
{
background-color: #030307;
}
</style>
border-color css
<style>
span { border-color: #030307; }
span { border-color: rgb(3,3,7); }
td.TdClassName
{
border-color: #030307;
}
.TagClassName
{
border-color: #030307;
}
</style>