Shades of Black Russian #03020C
Tints of Black Russian #03020C
RGB
CMYK
RGB Variations
Color information
#03020C (or 0x03020C) is known color: Black Russian. HEX triplet: 03, 02 and 0C. RGB value is (3,2,12). Sum of RGB (Red+Green+Blue) = 3+2+12=17 (2% of max value = 765). Red value is 3 (1.56% from 255 or 17.65% from 17); Green value is 2 (1.17% from 255 or 11.76% from 17); Blue value is 12 (5.08% from 255 or 70.59% from 17); Max value from RGB is 12 - color contains mainly: blue. Hex color #03020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03020C is #FCFDF3. Grayscale: #030303. Windows color (decimal): -16580084 or 786947. OLE color: 786947.
HSL color Cylindrical-coordinate representation of color #03020C: hue angle of 246º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #03020C is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 2 | 12 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.95 |
| HSL | 246º | 0.71% | 0.03% | - |
| HSV(B) | 246º | 0.83% | 0.05% | - |
| XYZ | 0.13 | 0.09 | 0.36 | - |
| YUV | 3.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 12 | 0.75 | 0.83 | 0 | 0.95 | 246 | 0.71 | 0.03 |
| Hex | 3 | 2 | C | 4B | 53 | 0 | 5F | F6 | 47 | 3 |
| Octal | 3 | 2 | 14 | 113 | 123 | 0 | 137 | 366 | 107 | 3 |
| Binary | 11 | 10 | 1100 | 1001011 | 1010011 | 0 | 1011111 | 11110110 | 1000111 | 11 |
Color Harmonies of #03020C
Complementary color
Monochromatic Colors of #03020C
Black with #03020C
Text Example
Text Example
White with #03020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03020C; }
p { color: rgb(3,2,12); }
H1.HeaderClassName
{
color: #03020C;
}
.AnyTagClassName
{
color: #03020C;
}
</style>
background-color css
<style>
a { background-color: #03020C; }
a { background-color: rgb(3,2,12); }
div.DivClassName
{
background-color: #03020C;
}
.BgClassName
{
background-color: #03020C;
}
</style>
border-color css
<style>
span { border-color: #03020C; }
span { border-color: rgb(3,2,12); }
td.TdClassName
{
border-color: #03020C;
}
.TagClassName
{
border-color: #03020C;
}
</style>