Shades of Blackcurrant #0A060B
Tints of Blackcurrant #0A060B
RGB
CMYK
RGB Variations
Color information
#0A060B (or 0x0A060B) is known color: Blackcurrant. HEX triplet: 0A, 06 and 0B. RGB value is (10,6,11). Sum of RGB (Red+Green+Blue) = 10+6+11=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A060B is #F5F9F4. Grayscale: #070707. Windows color (decimal): -16120309 or 722442. OLE color: 722442.
HSL color Cylindrical-coordinate representation of color #0A060B: hue angle of 288º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0A060B is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 6 | 11 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.96 |
| HSL | 288º | 0.29% | 0.03% | - |
| HSV(B) | 288º | 0.45% | 0.04% | - |
| XYZ | 0.25 | 0.22 | 0.35 | - |
| YUV | 7.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 11 | 0.09 | 0.45 | 0 | 0.96 | 288 | 0.29 | 0.03 |
| Hex | A | 6 | B | 9 | 2D | 0 | 60 | 120 | 1D | 3 |
| Octal | 12 | 6 | 13 | 11 | 55 | 0 | 140 | 440 | 35 | 3 |
| Binary | 1010 | 110 | 1011 | 1001 | 101101 | 0 | 1100000 | 100100000 | 11101 | 11 |
Color Harmonies of #0A060B
Complementary color
Monochromatic Colors of #0A060B
Black with #0A060B
Text Example
Text Example
White with #0A060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A060B; }
p { color: rgb(10,6,11); }
H1.HeaderClassName
{
color: #0A060B;
}
.AnyTagClassName
{
color: #0A060B;
}
</style>
background-color css
<style>
a { background-color: #0A060B; }
a { background-color: rgb(10,6,11); }
div.DivClassName
{
background-color: #0A060B;
}
.BgClassName
{
background-color: #0A060B;
}
</style>
border-color css
<style>
span { border-color: #0A060B; }
span { border-color: rgb(10,6,11); }
td.TdClassName
{
border-color: #0A060B;
}
.TagClassName
{
border-color: #0A060B;
}
</style>