Shades of Blackcurrant #09060E
Tints of Blackcurrant #09060E
RGB
CMYK
RGB Variations
Color information
#09060E (or 0x09060E) is known color: Blackcurrant. HEX triplet: 09, 06 and 0E. RGB value is (9,6,14). Sum of RGB (Red+Green+Blue) = 9+6+14=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 14 (5.86% from 255 or 48.28% from 29); Max value from RGB is 14 - color contains mainly: blue. Hex color #09060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09060E is #F6F9F1. Grayscale: #070707. Windows color (decimal): -16185842 or 919049. OLE color: 919049.
HSL color Cylindrical-coordinate representation of color #09060E: hue angle of 262.5º degrees, saturation: 0.4, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #09060E is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 6 | 14 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.95 |
| HSL | 262.5º | 0.4% | 0.04% | - |
| HSV(B) | 262.5º | 0.57% | 0.05% | - |
| XYZ | 0.26 | 0.22 | 0.44 | - |
| YUV | 7.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 14 | 0.36 | 0.57 | 0 | 0.95 | 262.5 | 0.4 | 0.04 |
| Hex | 9 | 6 | E | 24 | 39 | 0 | 5F | 106 | 28 | 4 |
| Octal | 11 | 6 | 16 | 44 | 71 | 0 | 137 | 406 | 50 | 4 |
| Binary | 1001 | 110 | 1110 | 100100 | 111001 | 0 | 1011111 | 100000110 | 101000 | 100 |
Color Harmonies of #09060E
Complementary color
Monochromatic Colors of #09060E
Black with #09060E
Text Example
Text Example
White with #09060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09060E; }
p { color: rgb(9,6,14); }
H1.HeaderClassName
{
color: #09060E;
}
.AnyTagClassName
{
color: #09060E;
}
</style>
background-color css
<style>
a { background-color: #09060E; }
a { background-color: rgb(9,6,14); }
div.DivClassName
{
background-color: #09060E;
}
.BgClassName
{
background-color: #09060E;
}
</style>
border-color css
<style>
span { border-color: #09060E; }
span { border-color: rgb(9,6,14); }
td.TdClassName
{
border-color: #09060E;
}
.TagClassName
{
border-color: #09060E;
}
</style>