Shades of Blackcurrant #06010D
Tints of Blackcurrant #06010D
RGB
CMYK
RGB Variations
Color information
#06010D (or 0x06010D) is known color: Blackcurrant. HEX triplet: 06, 01 and 0D. RGB value is (6,1,13). Sum of RGB (Red+Green+Blue) = 6+1+13=20 (2% of max value = 765). Red value is 6 (2.73% from 255 or 30% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 13 (5.47% from 255 or 65% from 20); Max value from RGB is 13 - color contains mainly: blue. Hex color #06010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06010D is #F9FEF2. Grayscale: #030303. Windows color (decimal): -16383731 or 852230. OLE color: 852230.
HSL color Cylindrical-coordinate representation of color #06010D: hue angle of 265º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06010D is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 1 | 13 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.95 |
| HSL | 265º | 0.86% | 0.03% | - |
| HSV(B) | 265º | 0.92% | 0.05% | - |
| XYZ | 0.16 | 0.09 | 0.39 | - |
| YUV | 3.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 13 | 0.54 | 0.92 | 0 | 0.95 | 265 | 0.86 | 0.03 |
| Hex | 6 | 1 | D | 36 | 5C | 0 | 5F | 109 | 56 | 3 |
| Octal | 6 | 1 | 15 | 66 | 134 | 0 | 137 | 411 | 126 | 3 |
| Binary | 110 | 1 | 1101 | 110110 | 1011100 | 0 | 1011111 | 100001001 | 1010110 | 11 |
Color Harmonies of #06010D
Complementary color
Monochromatic Colors of #06010D
Black with #06010D
Text Example
Text Example
White with #06010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06010D; }
p { color: rgb(6,1,13); }
H1.HeaderClassName
{
color: #06010D;
}
.AnyTagClassName
{
color: #06010D;
}
</style>
background-color css
<style>
a { background-color: #06010D; }
a { background-color: rgb(6,1,13); }
div.DivClassName
{
background-color: #06010D;
}
.BgClassName
{
background-color: #06010D;
}
</style>
border-color css
<style>
span { border-color: #06010D; }
span { border-color: rgb(6,1,13); }
td.TdClassName
{
border-color: #06010D;
}
.TagClassName
{
border-color: #06010D;
}
</style>