Shades of Blackcurrant #09001B
Tints of Blackcurrant #09001B
RGB
CMYK
RGB Variations
Color information
#09001B (or 0x09001B) is known color: Blackcurrant. HEX triplet: 09, 00 and 1B. RGB value is (9,0,27). Sum of RGB (Red+Green+Blue) = 9+0+27=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 27 (10.94% from 255 or 75% from 36); Max value from RGB is 27 - color contains mainly: blue. Hex color #09001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09001B is #F6FFE4. Grayscale: #050505. Windows color (decimal): -16187365 or 1769481. OLE color: 1769481.
HSL color Cylindrical-coordinate representation of color #09001B: hue angle of 260º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09001B is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 0 | 27 | - |
| CMYK | 0.67 | 1 | 0 | 0.89 |
| HSL | 260º | 1% | 0.05% | - |
| HSV(B) | 260º | 1% | 0.11% | - |
| XYZ | 0.31 | 0.14 | 1.05 | - |
| YUV | 5.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 27 | 0.67 | 1 | 0 | 0.89 | 260 | 1 | 0.05 |
| Hex | 9 | 0 | 1B | 43 | 64 | 0 | 59 | 104 | 64 | 5 |
| Octal | 11 | 0 | 33 | 103 | 144 | 0 | 131 | 404 | 144 | 5 |
| Binary | 1001 | 0 | 11011 | 1000011 | 1100100 | 0 | 1011001 | 100000100 | 1100100 | 101 |
Color Harmonies of #09001B
Complementary color
Monochromatic Colors of #09001B
Black with #09001B
Text Example
Text Example
White with #09001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09001B; }
p { color: rgb(9,0,27); }
H1.HeaderClassName
{
color: #09001B;
}
.AnyTagClassName
{
color: #09001B;
}
</style>
background-color css
<style>
a { background-color: #09001B; }
a { background-color: rgb(9,0,27); }
div.DivClassName
{
background-color: #09001B;
}
.BgClassName
{
background-color: #09001B;
}
</style>
border-color css
<style>
span { border-color: #09001B; }
span { border-color: rgb(9,0,27); }
td.TdClassName
{
border-color: #09001B;
}
.TagClassName
{
border-color: #09001B;
}
</style>