Shades of Blackcurrant #09010D
Tints of Blackcurrant #09010D
RGB
CMYK
RGB Variations
Color information
#09010D (or 0x09010D) is known color: Blackcurrant. HEX triplet: 09, 01 and 0D. RGB value is (9,1,13). Sum of RGB (Red+Green+Blue) = 9+1+13=23 (3% of max value = 765). Red value is 9 (3.91% from 255 or 39.13% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 13 (5.47% from 255 or 56.52% from 23); Max value from RGB is 13 - color contains mainly: blue. Hex color #09010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09010D is #F6FEF2. Grayscale: #040404. Windows color (decimal): -16187123 or 852233. OLE color: 852233.
HSL color Cylindrical-coordinate representation of color #09010D: hue angle of 280º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09010D is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 1 | 13 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.95 |
| HSL | 280º | 0.86% | 0.03% | - |
| HSV(B) | 280º | 0.92% | 0.05% | - |
| XYZ | 0.2 | 0.11 | 0.39 | - |
| YUV | 4.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 13 | 0.31 | 0.92 | 0 | 0.95 | 280 | 0.86 | 0.03 |
| Hex | 9 | 1 | D | 1F | 5C | 0 | 5F | 118 | 56 | 3 |
| Octal | 11 | 1 | 15 | 37 | 134 | 0 | 137 | 430 | 126 | 3 |
| Binary | 1001 | 1 | 1101 | 11111 | 1011100 | 0 | 1011111 | 100011000 | 1010110 | 11 |
Color Harmonies of #09010D
Complementary color
Monochromatic Colors of #09010D
Black with #09010D
Text Example
Text Example
White with #09010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09010D; }
p { color: rgb(9,1,13); }
H1.HeaderClassName
{
color: #09010D;
}
.AnyTagClassName
{
color: #09010D;
}
</style>
background-color css
<style>
a { background-color: #09010D; }
a { background-color: rgb(9,1,13); }
div.DivClassName
{
background-color: #09010D;
}
.BgClassName
{
background-color: #09010D;
}
</style>
border-color css
<style>
span { border-color: #09010D; }
span { border-color: rgb(9,1,13); }
td.TdClassName
{
border-color: #09010D;
}
.TagClassName
{
border-color: #09010D;
}
</style>