Shades of Black Russian #03060F
Tints of Black Russian #03060F
RGB
CMYK
RGB Variations
Color information
#03060F (or 0x03060F) is known color: Black Russian. HEX triplet: 03, 06 and 0F. RGB value is (3,6,15). Sum of RGB (Red+Green+Blue) = 3+6+15=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #03060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03060F is #FCF9F0. Grayscale: #060606. Windows color (decimal): -16579057 or 984579. OLE color: 984579.
HSL color Cylindrical-coordinate representation of color #03060F: hue angle of 225º 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 #03060F is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 6 | 15 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.94 |
| HSL | 225º | 0.67% | 0.04% | - |
| HSV(B) | 225º | 0.8% | 0.06% | - |
| XYZ | 0.19 | 0.18 | 0.48 | - |
| YUV | 6.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 15 | 0.80 | 0.60 | 0 | 0.94 | 225 | 0.67 | 0.04 |
| Hex | 3 | 6 | F | 50 | 3C | 0 | 5E | E1 | 43 | 4 |
| Octal | 3 | 6 | 17 | 120 | 74 | 0 | 136 | 341 | 103 | 4 |
| Binary | 11 | 110 | 1111 | 1010000 | 111100 | 0 | 1011110 | 11100001 | 1000011 | 100 |
Color Harmonies of #03060F
Complementary color
Monochromatic Colors of #03060F
Black with #03060F
Text Example
Text Example
White with #03060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03060F; }
p { color: rgb(3,6,15); }
H1.HeaderClassName
{
color: #03060F;
}
.AnyTagClassName
{
color: #03060F;
}
</style>
background-color css
<style>
a { background-color: #03060F; }
a { background-color: rgb(3,6,15); }
div.DivClassName
{
background-color: #03060F;
}
.BgClassName
{
background-color: #03060F;
}
</style>
border-color css
<style>
span { border-color: #03060F; }
span { border-color: rgb(3,6,15); }
td.TdClassName
{
border-color: #03060F;
}
.TagClassName
{
border-color: #03060F;
}
</style>