Shades of Blackcurrant #0A060D
Tints of Blackcurrant #0A060D
RGB
CMYK
RGB Variations
Color information
#0A060D (or 0x0A060D) is known color: Blackcurrant. HEX triplet: 0A, 06 and 0D. RGB value is (10,6,13). Sum of RGB (Red+Green+Blue) = 10+6+13=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 13 - color contains mainly: blue. Hex color #0A060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A060D is #F5F9F2. Grayscale: #070707. Windows color (decimal): -16120307 or 853514. OLE color: 853514.
HSL color Cylindrical-coordinate representation of color #0A060D: hue angle of 274.29º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0A060D is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 10 | 6 | 13 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.95 |
| HSL | 274.29º | 0.37% | 0.04% | - |
| HSV(B) | 274.29º | 0.54% | 0.05% | - |
| XYZ | 0.26 | 0.22 | 0.41 | - |
| YUV | 7.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 13 | 0.23 | 0.54 | 0 | 0.95 | 274.29 | 0.37 | 0.04 |
| Hex | A | 6 | D | 17 | 36 | 0 | 5F | 112 | 25 | 4 |
| Octal | 12 | 6 | 15 | 27 | 66 | 0 | 137 | 422 | 45 | 4 |
| Binary | 1010 | 110 | 1101 | 10111 | 110110 | 0 | 1011111 | 100010010 | 100101 | 100 |
Color Harmonies of #0A060D
Complementary color
Monochromatic Colors of #0A060D
Black with #0A060D
Text Example
Text Example
White with #0A060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A060D; }
p { color: rgb(10,6,13); }
H1.HeaderClassName
{
color: #0A060D;
}
.AnyTagClassName
{
color: #0A060D;
}
</style>
background-color css
<style>
a { background-color: #0A060D; }
a { background-color: rgb(10,6,13); }
div.DivClassName
{
background-color: #0A060D;
}
.BgClassName
{
background-color: #0A060D;
}
</style>
border-color css
<style>
span { border-color: #0A060D; }
span { border-color: rgb(10,6,13); }
td.TdClassName
{
border-color: #0A060D;
}
.TagClassName
{
border-color: #0A060D;
}
</style>