Shades of Blackcurrant #0A040E
Tints of Blackcurrant #0A040E
RGB
CMYK
RGB Variations
Color information
#0A040E (or 0x0A040E) is known color: Blackcurrant. HEX triplet: 0A, 04 and 0E. RGB value is (10,4,14). Sum of RGB (Red+Green+Blue) = 10+4+14=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: blue. Hex color #0A040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A040E is #F5FBF1. Grayscale: #060606. Windows color (decimal): -16120818 or 918538. OLE color: 918538.
HSL color Cylindrical-coordinate representation of color #0A040E: hue angle of 276º degrees, saturation: 0.56, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A040E is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 10 | 4 | 14 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.95 |
| HSL | 276º | 0.56% | 0.04% | - |
| HSV(B) | 276º | 0.71% | 0.05% | - |
| XYZ | 0.25 | 0.18 | 0.44 | - |
| YUV | 6.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 14 | 0.29 | 0.71 | 0 | 0.95 | 276 | 0.56 | 0.04 |
| Hex | A | 4 | E | 1D | 47 | 0 | 5F | 114 | 38 | 4 |
| Octal | 12 | 4 | 16 | 35 | 107 | 0 | 137 | 424 | 70 | 4 |
| Binary | 1010 | 100 | 1110 | 11101 | 1000111 | 0 | 1011111 | 100010100 | 111000 | 100 |
Color Harmonies of #0A040E
Complementary color
Monochromatic Colors of #0A040E
Black with #0A040E
Text Example
Text Example
White with #0A040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A040E; }
p { color: rgb(10,4,14); }
H1.HeaderClassName
{
color: #0A040E;
}
.AnyTagClassName
{
color: #0A040E;
}
</style>
background-color css
<style>
a { background-color: #0A040E; }
a { background-color: rgb(10,4,14); }
div.DivClassName
{
background-color: #0A040E;
}
.BgClassName
{
background-color: #0A040E;
}
</style>
border-color css
<style>
span { border-color: #0A040E; }
span { border-color: rgb(10,4,14); }
td.TdClassName
{
border-color: #0A040E;
}
.TagClassName
{
border-color: #0A040E;
}
</style>