Shades of Blackcurrant #0A070C
Tints of Blackcurrant #0A070C
RGB
CMYK
RGB Variations
Color information
#0A070C (or 0x0A070C) is known color: Blackcurrant. HEX triplet: 0A, 07 and 0C. RGB value is (10,7,12). Sum of RGB (Red+Green+Blue) = 10+7+12=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 12 - color contains mainly: blue. Hex color #0A070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A070C is #F5F8F3. Grayscale: #080808. Windows color (decimal): -16120052 or 788234. OLE color: 788234.
HSL color Cylindrical-coordinate representation of color #0A070C: hue angle of 276º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0A070C is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 10 | 7 | 12 | - |
CMYK | 0.17 | 0.42 | 0 | 0.95 |
HSL | 276º | 0.26% | 0.04% | - |
HSV(B) | 276º | 0.42% | 0.05% | - |
XYZ | 0.27 | 0.24 | 0.38 | - |
YUV | 8.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 7 | 12 | 0.17 | 0.42 | 0 | 0.95 | 276 | 0.26 | 0.04 |
Hex | A | 7 | C | 11 | 2A | 0 | 5F | 114 | 1A | 4 |
Octal | 12 | 7 | 14 | 21 | 52 | 0 | 137 | 424 | 32 | 4 |
Binary | 1010 | 111 | 1100 | 10001 | 101010 | 0 | 1011111 | 100010100 | 11010 | 100 |
Color Harmonies of #0A070C
Complementary color
Monochromatic Colors of #0A070C
Black with #0A070C
Text Example
Text Example
White with #0A070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A070C; }
p { color: rgb(10,7,12); }
H1.HeaderClassName
{
color: #0A070C;
}
.AnyTagClassName
{
color: #0A070C;
}
</style>
background-color css
<style>
a { background-color: #0A070C; }
a { background-color: rgb(10,7,12); }
div.DivClassName
{
background-color: #0A070C;
}
.BgClassName
{
background-color: #0A070C;
}
</style>
border-color css
<style>
span { border-color: #0A070C; }
span { border-color: rgb(10,7,12); }
td.TdClassName
{
border-color: #0A070C;
}
.TagClassName
{
border-color: #0A070C;
}
</style>