Shades of Black Russian #03060C
Tints of Black Russian #03060C
RGB
CMYK
RGB Variations
Color information
#03060C (or 0x03060C) is known color: Black Russian. HEX triplet: 03, 06 and 0C. RGB value is (3,6,12). Sum of RGB (Red+Green+Blue) = 3+6+12=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 12 (5.08% from 255 or 57.14% from 21); Max value from RGB is 12 - color contains mainly: blue. Hex color #03060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03060C is #FCF9F3. Grayscale: #050505. Windows color (decimal): -16579060 or 787971. OLE color: 787971.
HSL color Cylindrical-coordinate representation of color #03060C: hue angle of 220º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #03060C is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 6 | 12 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.95 |
| HSL | 220º | 0.6% | 0.03% | - |
| HSV(B) | 220º | 0.75% | 0.05% | - |
| XYZ | 0.17 | 0.18 | 0.37 | - |
| YUV | 5.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 12 | 0.75 | 0.50 | 0 | 0.95 | 220 | 0.6 | 0.03 |
| Hex | 3 | 6 | C | 4B | 32 | 0 | 5F | DC | 3C | 3 |
| Octal | 3 | 6 | 14 | 113 | 62 | 0 | 137 | 334 | 74 | 3 |
| Binary | 11 | 110 | 1100 | 1001011 | 110010 | 0 | 1011111 | 11011100 | 111100 | 11 |
Color Harmonies of #03060C
Complementary color
Monochromatic Colors of #03060C
Black with #03060C
Text Example
Text Example
White with #03060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03060C; }
p { color: rgb(3,6,12); }
H1.HeaderClassName
{
color: #03060C;
}
.AnyTagClassName
{
color: #03060C;
}
</style>
background-color css
<style>
a { background-color: #03060C; }
a { background-color: rgb(3,6,12); }
div.DivClassName
{
background-color: #03060C;
}
.BgClassName
{
background-color: #03060C;
}
</style>
border-color css
<style>
span { border-color: #03060C; }
span { border-color: rgb(3,6,12); }
td.TdClassName
{
border-color: #03060C;
}
.TagClassName
{
border-color: #03060C;
}
</style>