Shades of Black Russian #03030A
Tints of Black Russian #03030A
RGB
CMYK
RGB Variations
Color information
#03030A (or 0x03030A) is known color: Black Russian. HEX triplet: 03, 03 and 0A. RGB value is (3,3,10). Sum of RGB (Red+Green+Blue) = 3+3+10=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 10 (4.30% from 255 or 62.5% from 16); Max value from RGB is 10 - color contains mainly: blue. Hex color #03030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03030A is #FCFCF5. Grayscale: #030303. Windows color (decimal): -16579830 or 656131. OLE color: 656131.
HSL color Cylindrical-coordinate representation of color #03030A: hue angle of 240º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #03030A is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 3 | 10 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.96 |
| HSL | 240º | 0.54% | 0.03% | - |
| HSV(B) | 240º | 0.7% | 0.04% | - |
| XYZ | 0.12 | 0.11 | 0.3 | - |
| YUV | 3.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 10 | 0.70 | 0.70 | 0 | 0.96 | 240 | 0.54 | 0.03 |
| Hex | 3 | 3 | A | 46 | 46 | 0 | 60 | F0 | 36 | 3 |
| Octal | 3 | 3 | 12 | 106 | 106 | 0 | 140 | 360 | 66 | 3 |
| Binary | 11 | 11 | 1010 | 1000110 | 1000110 | 0 | 1100000 | 11110000 | 110110 | 11 |
Color Harmonies of #03030A
Complementary color
Monochromatic Colors of #03030A
Black with #03030A
Text Example
Text Example
White with #03030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03030A; }
p { color: rgb(3,3,10); }
H1.HeaderClassName
{
color: #03030A;
}
.AnyTagClassName
{
color: #03030A;
}
</style>
background-color css
<style>
a { background-color: #03030A; }
a { background-color: rgb(3,3,10); }
div.DivClassName
{
background-color: #03030A;
}
.BgClassName
{
background-color: #03030A;
}
</style>
border-color css
<style>
span { border-color: #03030A; }
span { border-color: rgb(3,3,10); }
td.TdClassName
{
border-color: #03030A;
}
.TagClassName
{
border-color: #03030A;
}
</style>