Shades of Blackcurrant #0A070D
Tints of Blackcurrant #0A070D
RGB
CMYK
RGB Variations
Color information
#0A070D (or 0x0A070D) is known color: Blackcurrant. HEX triplet: 0A, 07 and 0D. RGB value is (10,7,13). Sum of RGB (Red+Green+Blue) = 10+7+13=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 13 - color contains mainly: blue. Hex color #0A070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A070D is #F5F8F2. Grayscale: #080808. Windows color (decimal): -16120051 or 853770. OLE color: 853770.
HSL color Cylindrical-coordinate representation of color #0A070D: hue angle of 270º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0A070D is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 10 | 7 | 13 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.95 |
| HSL | 270º | 0.3% | 0.04% | - |
| HSV(B) | 270º | 0.46% | 0.05% | - |
| XYZ | 0.27 | 0.25 | 0.41 | - |
| YUV | 8.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 13 | 0.23 | 0.46 | 0 | 0.95 | 270 | 0.3 | 0.04 |
| Hex | A | 7 | D | 17 | 2E | 0 | 5F | 10E | 1E | 4 |
| Octal | 12 | 7 | 15 | 27 | 56 | 0 | 137 | 416 | 36 | 4 |
| Binary | 1010 | 111 | 1101 | 10111 | 101110 | 0 | 1011111 | 100001110 | 11110 | 100 |
Color Harmonies of #0A070D
Complementary color
Monochromatic Colors of #0A070D
Black with #0A070D
Text Example
Text Example
White with #0A070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A070D; }
p { color: rgb(10,7,13); }
H1.HeaderClassName
{
color: #0A070D;
}
.AnyTagClassName
{
color: #0A070D;
}
</style>
background-color css
<style>
a { background-color: #0A070D; }
a { background-color: rgb(10,7,13); }
div.DivClassName
{
background-color: #0A070D;
}
.BgClassName
{
background-color: #0A070D;
}
</style>
border-color css
<style>
span { border-color: #0A070D; }
span { border-color: rgb(10,7,13); }
td.TdClassName
{
border-color: #0A070D;
}
.TagClassName
{
border-color: #0A070D;
}
</style>