Shades of Blackcurrant #0A050D
Tints of Blackcurrant #0A050D
RGB
CMYK
RGB Variations
Color information
#0A050D (or 0x0A050D) is known color: Blackcurrant. HEX triplet: 0A, 05 and 0D. RGB value is (10,5,13). Sum of RGB (Red+Green+Blue) = 10+5+13=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 13 - color contains mainly: blue. Hex color #0A050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A050D is #F5FAF2. Grayscale: #070707. Windows color (decimal): -16120563 or 853258. OLE color: 853258.
HSL color Cylindrical-coordinate representation of color #0A050D: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A050D is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 10 | 5 | 13 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.95 |
| HSL | 277.5º | 0.44% | 0.04% | - |
| HSV(B) | 277.5º | 0.62% | 0.05% | - |
| XYZ | 0.25 | 0.2 | 0.41 | - |
| YUV | 7.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 13 | 0.23 | 0.62 | 0 | 0.95 | 277.5 | 0.44 | 0.04 |
| Hex | A | 5 | D | 17 | 3E | 0 | 5F | 116 | 2C | 4 |
| Octal | 12 | 5 | 15 | 27 | 76 | 0 | 137 | 426 | 54 | 4 |
| Binary | 1010 | 101 | 1101 | 10111 | 111110 | 0 | 1011111 | 100010110 | 101100 | 100 |
Color Harmonies of #0A050D
Complementary color
Monochromatic Colors of #0A050D
Black with #0A050D
Text Example
Text Example
White with #0A050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A050D; }
p { color: rgb(10,5,13); }
H1.HeaderClassName
{
color: #0A050D;
}
.AnyTagClassName
{
color: #0A050D;
}
</style>
background-color css
<style>
a { background-color: #0A050D; }
a { background-color: rgb(10,5,13); }
div.DivClassName
{
background-color: #0A050D;
}
.BgClassName
{
background-color: #0A050D;
}
</style>
border-color css
<style>
span { border-color: #0A050D; }
span { border-color: rgb(10,5,13); }
td.TdClassName
{
border-color: #0A050D;
}
.TagClassName
{
border-color: #0A050D;
}
</style>