Shades of Black Russian #03070F
Tints of Black Russian #03070F
RGB
CMYK
RGB Variations
Color information
#03070F (or 0x03070F) is known color: Black Russian. HEX triplet: 03, 07 and 0F. RGB value is (3,7,15). Sum of RGB (Red+Green+Blue) = 3+7+15=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 15 (6.25% from 255 or 60% from 25); Max value from RGB is 15 - color contains mainly: blue. Hex color #03070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03070F is #FCF8F0. Grayscale: #060606. Windows color (decimal): -16578801 or 984835. OLE color: 984835.
HSL color Cylindrical-coordinate representation of color #03070F: hue angle of 220º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #03070F is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 7 | 15 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.94 |
| HSL | 220º | 0.67% | 0.04% | - |
| HSV(B) | 220º | 0.8% | 0.06% | - |
| XYZ | 0.2 | 0.21 | 0.48 | - |
| YUV | 6.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 15 | 0.80 | 0.53 | 0 | 0.94 | 220 | 0.67 | 0.04 |
| Hex | 3 | 7 | F | 50 | 35 | 0 | 5E | DC | 43 | 4 |
| Octal | 3 | 7 | 17 | 120 | 65 | 0 | 136 | 334 | 103 | 4 |
| Binary | 11 | 111 | 1111 | 1010000 | 110101 | 0 | 1011110 | 11011100 | 1000011 | 100 |
Color Harmonies of #03070F
Complementary color
Monochromatic Colors of #03070F
Black with #03070F
Text Example
Text Example
White with #03070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03070F; }
p { color: rgb(3,7,15); }
H1.HeaderClassName
{
color: #03070F;
}
.AnyTagClassName
{
color: #03070F;
}
</style>
background-color css
<style>
a { background-color: #03070F; }
a { background-color: rgb(3,7,15); }
div.DivClassName
{
background-color: #03070F;
}
.BgClassName
{
background-color: #03070F;
}
</style>
border-color css
<style>
span { border-color: #03070F; }
span { border-color: rgb(3,7,15); }
td.TdClassName
{
border-color: #03070F;
}
.TagClassName
{
border-color: #03070F;
}
</style>