Shades of Blackcurrant #09011B
Tints of Blackcurrant #09011B
RGB
CMYK
RGB Variations
Color information
#09011B (or 0x09011B) is known color: Blackcurrant. HEX triplet: 09, 01 and 1B. RGB value is (9,1,27). Sum of RGB (Red+Green+Blue) = 9+1+27=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 27 (10.94% from 255 or 72.97% from 37); Max value from RGB is 27 - color contains mainly: blue. Hex color #09011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09011B is #F6FEE4. Grayscale: #060606. Windows color (decimal): -16187109 or 1769737. OLE color: 1769737.
HSL color Cylindrical-coordinate representation of color #09011B: hue angle of 258.46º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09011B is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 1 | 27 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.89 |
| HSL | 258.46º | 0.93% | 0.05% | - |
| HSV(B) | 258.46º | 0.96% | 0.11% | - |
| XYZ | 0.32 | 0.16 | 1.05 | - |
| YUV | 6.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 27 | 0.67 | 0.96 | 0 | 0.89 | 258.46 | 0.93 | 0.05 |
| Hex | 9 | 1 | 1B | 43 | 60 | 0 | 59 | 102 | 5D | 5 |
| Octal | 11 | 1 | 33 | 103 | 140 | 0 | 131 | 402 | 135 | 5 |
| Binary | 1001 | 1 | 11011 | 1000011 | 1100000 | 0 | 1011001 | 100000010 | 1011101 | 101 |
Color Harmonies of #09011B
Complementary color
Monochromatic Colors of #09011B
Black with #09011B
Text Example
Text Example
White with #09011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09011B; }
p { color: rgb(9,1,27); }
H1.HeaderClassName
{
color: #09011B;
}
.AnyTagClassName
{
color: #09011B;
}
</style>
background-color css
<style>
a { background-color: #09011B; }
a { background-color: rgb(9,1,27); }
div.DivClassName
{
background-color: #09011B;
}
.BgClassName
{
background-color: #09011B;
}
</style>
border-color css
<style>
span { border-color: #09011B; }
span { border-color: rgb(9,1,27); }
td.TdClassName
{
border-color: #09011B;
}
.TagClassName
{
border-color: #09011B;
}
</style>