Shades of Black Russian #03050A
Tints of Black Russian #03050A
RGB
CMYK
RGB Variations
Color information
#03050A (or 0x03050A) is known color: Black Russian. HEX triplet: 03, 05 and 0A. RGB value is (3,5,10). Sum of RGB (Red+Green+Blue) = 3+5+10=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #03050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03050A is #FCFAF5. Grayscale: #040404. Windows color (decimal): -16579318 or 656643. OLE color: 656643.
HSL color Cylindrical-coordinate representation of color #03050A: hue angle of 222.86º 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 #03050A is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 5 | 10 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.96 |
| HSL | 222.86º | 0.54% | 0.03% | - |
| HSV(B) | 222.86º | 0.7% | 0.04% | - |
| XYZ | 0.15 | 0.15 | 0.31 | - |
| YUV | 4.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 10 | 0.70 | 0.50 | 0 | 0.96 | 222.86 | 0.54 | 0.03 |
| Hex | 3 | 5 | A | 46 | 32 | 0 | 60 | DF | 36 | 3 |
| Octal | 3 | 5 | 12 | 106 | 62 | 0 | 140 | 337 | 66 | 3 |
| Binary | 11 | 101 | 1010 | 1000110 | 110010 | 0 | 1100000 | 11011111 | 110110 | 11 |
Color Harmonies of #03050A
Complementary color
Monochromatic Colors of #03050A
Black with #03050A
Text Example
Text Example
White with #03050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03050A; }
p { color: rgb(3,5,10); }
H1.HeaderClassName
{
color: #03050A;
}
.AnyTagClassName
{
color: #03050A;
}
</style>
background-color css
<style>
a { background-color: #03050A; }
a { background-color: rgb(3,5,10); }
div.DivClassName
{
background-color: #03050A;
}
.BgClassName
{
background-color: #03050A;
}
</style>
border-color css
<style>
span { border-color: #03050A; }
span { border-color: rgb(3,5,10); }
td.TdClassName
{
border-color: #03050A;
}
.TagClassName
{
border-color: #03050A;
}
</style>