Shades of Blackcurrant #06030A
Tints of Blackcurrant #06030A
RGB
CMYK
RGB Variations
Color information
#06030A (or 0x06030A) is known color: Blackcurrant. HEX triplet: 06, 03 and 0A. RGB value is (6,3,10). Sum of RGB (Red+Green+Blue) = 6+3+10=19 (2% of max value = 765). Red value is 6 (2.73% from 255 or 31.58% from 19); Green value is 3 (1.56% from 255 or 15.79% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #06030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06030A is #F9FCF5. Grayscale: #040404. Windows color (decimal): -16383222 or 656134. OLE color: 656134.
HSL color Cylindrical-coordinate representation of color #06030A: hue angle of 265.71º 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 #06030A is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 6 | 3 | 10 | - |
| CMYK | 0.4 | 0.70 | 0 | 0.96 |
| HSL | 265.71º | 0.54% | 0.03% | - |
| HSV(B) | 265.71º | 0.7% | 0.04% | - |
| XYZ | 0.16 | 0.13 | 0.3 | - |
| YUV | 4.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 10 | 0.4 | 0.70 | 0 | 0.96 | 265.71 | 0.54 | 0.03 |
| Hex | 6 | 3 | A | 28 | 46 | 0 | 60 | 10A | 36 | 3 |
| Octal | 6 | 3 | 12 | 50 | 106 | 0 | 140 | 412 | 66 | 3 |
| Binary | 110 | 11 | 1010 | 101000 | 1000110 | 0 | 1100000 | 100001010 | 110110 | 11 |
Color Harmonies of #06030A
Complementary color
Monochromatic Colors of #06030A
Black with #06030A
Text Example
Text Example
White with #06030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06030A; }
p { color: rgb(6,3,10); }
H1.HeaderClassName
{
color: #06030A;
}
.AnyTagClassName
{
color: #06030A;
}
</style>
background-color css
<style>
a { background-color: #06030A; }
a { background-color: rgb(6,3,10); }
div.DivClassName
{
background-color: #06030A;
}
.BgClassName
{
background-color: #06030A;
}
</style>
border-color css
<style>
span { border-color: #06030A; }
span { border-color: rgb(6,3,10); }
td.TdClassName
{
border-color: #06030A;
}
.TagClassName
{
border-color: #06030A;
}
</style>