Shades of Blackcurrant #09010E
Tints of Blackcurrant #09010E
RGB
CMYK
RGB Variations
Color information
#09010E (or 0x09010E) is known color: Blackcurrant. HEX triplet: 09, 01 and 0E. RGB value is (9,1,14). Sum of RGB (Red+Green+Blue) = 9+1+14=24 (3% of max value = 765). Red value is 9 (3.91% from 255 or 37.5% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 14 (5.86% from 255 or 58.33% from 24); Max value from RGB is 14 - color contains mainly: blue. Hex color #09010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09010E is #F6FEF1. Grayscale: #040404. Windows color (decimal): -16187122 or 917769. OLE color: 917769.
HSL color Cylindrical-coordinate representation of color #09010E: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09010E is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 1 | 14 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.95 |
| HSL | 276.92º | 0.87% | 0.03% | - |
| HSV(B) | 276.92º | 0.93% | 0.05% | - |
| XYZ | 0.2 | 0.11 | 0.43 | - |
| YUV | 4.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 14 | 0.36 | 0.93 | 0 | 0.95 | 276.92 | 0.87 | 0.03 |
| Hex | 9 | 1 | E | 24 | 5D | 0 | 5F | 115 | 57 | 3 |
| Octal | 11 | 1 | 16 | 44 | 135 | 0 | 137 | 425 | 127 | 3 |
| Binary | 1001 | 1 | 1110 | 100100 | 1011101 | 0 | 1011111 | 100010101 | 1010111 | 11 |
Color Harmonies of #09010E
Complementary color
Monochromatic Colors of #09010E
Black with #09010E
Text Example
Text Example
White with #09010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09010E; }
p { color: rgb(9,1,14); }
H1.HeaderClassName
{
color: #09010E;
}
.AnyTagClassName
{
color: #09010E;
}
</style>
background-color css
<style>
a { background-color: #09010E; }
a { background-color: rgb(9,1,14); }
div.DivClassName
{
background-color: #09010E;
}
.BgClassName
{
background-color: #09010E;
}
</style>
border-color css
<style>
span { border-color: #09010E; }
span { border-color: rgb(9,1,14); }
td.TdClassName
{
border-color: #09010E;
}
.TagClassName
{
border-color: #09010E;
}
</style>