Shades of Blackcurrant #09050E
Tints of Blackcurrant #09050E
RGB
CMYK
RGB Variations
Color information
#09050E (or 0x09050E) is known color: Blackcurrant. HEX triplet: 09, 05 and 0E. RGB value is (9,5,14). Sum of RGB (Red+Green+Blue) = 9+5+14=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: blue. Hex color #09050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09050E is #F6FAF1. Grayscale: #070707. Windows color (decimal): -16186098 or 918793. OLE color: 918793.
HSL color Cylindrical-coordinate representation of color #09050E: hue angle of 266.67º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #09050E is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 5 | 14 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.95 |
| HSL | 266.67º | 0.47% | 0.04% | - |
| HSV(B) | 266.67º | 0.64% | 0.05% | - |
| XYZ | 0.25 | 0.2 | 0.44 | - |
| YUV | 7.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 14 | 0.36 | 0.64 | 0 | 0.95 | 266.67 | 0.47 | 0.04 |
| Hex | 9 | 5 | E | 24 | 40 | 0 | 5F | 10B | 2F | 4 |
| Octal | 11 | 5 | 16 | 44 | 100 | 0 | 137 | 413 | 57 | 4 |
| Binary | 1001 | 101 | 1110 | 100100 | 1000000 | 0 | 1011111 | 100001011 | 101111 | 100 |
Color Harmonies of #09050E
Complementary color
Monochromatic Colors of #09050E
Black with #09050E
Text Example
Text Example
White with #09050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09050E; }
p { color: rgb(9,5,14); }
H1.HeaderClassName
{
color: #09050E;
}
.AnyTagClassName
{
color: #09050E;
}
</style>
background-color css
<style>
a { background-color: #09050E; }
a { background-color: rgb(9,5,14); }
div.DivClassName
{
background-color: #09050E;
}
.BgClassName
{
background-color: #09050E;
}
</style>
border-color css
<style>
span { border-color: #09050E; }
span { border-color: rgb(9,5,14); }
td.TdClassName
{
border-color: #09050E;
}
.TagClassName
{
border-color: #09050E;
}
</style>