Shades of Blackcurrant #0A080C
Tints of Blackcurrant #0A080C
RGB
CMYK
RGB Variations
Color information
#0A080C (or 0x0A080C) is known color: Blackcurrant. HEX triplet: 0A, 08 and 0C. RGB value is (10,8,12). Sum of RGB (Red+Green+Blue) = 10+8+12=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 12 - color contains mainly: blue. Hex color #0A080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A080C is #F5F7F3. Grayscale: #090909. Windows color (decimal): -16119796 or 788490. OLE color: 788490.
HSL color Cylindrical-coordinate representation of color #0A080C: hue angle of 270º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0A080C is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 10 | 8 | 12 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.95 |
| HSL | 270º | 0.2% | 0.04% | - |
| HSV(B) | 270º | 0.33% | 0.05% | - |
| XYZ | 0.28 | 0.26 | 0.38 | - |
| YUV | 9.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 12 | 0.17 | 0.33 | 0 | 0.95 | 270 | 0.2 | 0.04 |
| Hex | A | 8 | C | 11 | 21 | 0 | 5F | 10E | 14 | 4 |
| Octal | 12 | 10 | 14 | 21 | 41 | 0 | 137 | 416 | 24 | 4 |
| Binary | 1010 | 1000 | 1100 | 10001 | 100001 | 0 | 1011111 | 100001110 | 10100 | 100 |
Color Harmonies of #0A080C
Complementary color
Monochromatic Colors of #0A080C
Black with #0A080C
Text Example
Text Example
White with #0A080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A080C; }
p { color: rgb(10,8,12); }
H1.HeaderClassName
{
color: #0A080C;
}
.AnyTagClassName
{
color: #0A080C;
}
</style>
background-color css
<style>
a { background-color: #0A080C; }
a { background-color: rgb(10,8,12); }
div.DivClassName
{
background-color: #0A080C;
}
.BgClassName
{
background-color: #0A080C;
}
</style>
border-color css
<style>
span { border-color: #0A080C; }
span { border-color: rgb(10,8,12); }
td.TdClassName
{
border-color: #0A080C;
}
.TagClassName
{
border-color: #0A080C;
}
</style>