Shades of Blackcurrant #09011A
Tints of Blackcurrant #09011A
RGB
CMYK
RGB Variations
Color information
#09011A (or 0x09011A) is known color: Blackcurrant. HEX triplet: 09, 01 and 1A. RGB value is (9,1,26). Sum of RGB (Red+Green+Blue) = 9+1+26=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #09011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09011A is #F6FEE5. Grayscale: #060606. Windows color (decimal): -16187110 or 1704201. OLE color: 1704201.
HSL color Cylindrical-coordinate representation of color #09011A: hue angle of 259.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09011A is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 1 | 26 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.90 |
| HSL | 259.2º | 0.93% | 0.05% | - |
| HSV(B) | 259.2º | 0.96% | 0.1% | - |
| XYZ | 0.31 | 0.15 | 0.99 | - |
| YUV | 6.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 26 | 0.65 | 0.96 | 0 | 0.90 | 259.2 | 0.93 | 0.05 |
| Hex | 9 | 1 | 1A | 41 | 60 | 0 | 5A | 103 | 5D | 5 |
| Octal | 11 | 1 | 32 | 101 | 140 | 0 | 132 | 403 | 135 | 5 |
| Binary | 1001 | 1 | 11010 | 1000001 | 1100000 | 0 | 1011010 | 100000011 | 1011101 | 101 |
Color Harmonies of #09011A
Complementary color
Monochromatic Colors of #09011A
Black with #09011A
Text Example
Text Example
White with #09011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09011A; }
p { color: rgb(9,1,26); }
H1.HeaderClassName
{
color: #09011A;
}
.AnyTagClassName
{
color: #09011A;
}
</style>
background-color css
<style>
a { background-color: #09011A; }
a { background-color: rgb(9,1,26); }
div.DivClassName
{
background-color: #09011A;
}
.BgClassName
{
background-color: #09011A;
}
</style>
border-color css
<style>
span { border-color: #09011A; }
span { border-color: rgb(9,1,26); }
td.TdClassName
{
border-color: #09011A;
}
.TagClassName
{
border-color: #09011A;
}
</style>