Shades of Blackcurrant #090012
Tints of Blackcurrant #090012
RGB
CMYK
RGB Variations
Color information
#090012 (or 0x090012) is known color: Blackcurrant. HEX triplet: 09, 00 and 12. RGB value is (9,0,18). Sum of RGB (Red+Green+Blue) = 9+0+18=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #090012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090012 is #F6FFED. Grayscale: #040404. Windows color (decimal): -16187374 or 1179657. OLE color: 1179657.
HSL color Cylindrical-coordinate representation of color #090012: hue angle of 270º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090012 is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 0 | 18 | - |
| CMYK | 0.5 | 1 | 0 | 0.93 |
| HSL | 270º | 1% | 0.04% | - |
| HSV(B) | 270º | 1% | 0.07% | - |
| XYZ | 0.22 | 0.1 | 0.58 | - |
| YUV | 4.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 18 | 0.5 | 1 | 0 | 0.93 | 270 | 1 | 0.04 |
| Hex | 9 | 0 | 12 | 32 | 64 | 0 | 5D | 10E | 64 | 4 |
| Octal | 11 | 0 | 22 | 62 | 144 | 0 | 135 | 416 | 144 | 4 |
| Binary | 1001 | 0 | 10010 | 110010 | 1100100 | 0 | 1011101 | 100001110 | 1100100 | 100 |
Color Harmonies of #090012
Complementary color
Monochromatic Colors of #090012
Black with #090012
Text Example
Text Example
White with #090012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090012; }
p { color: rgb(9,0,18); }
H1.HeaderClassName
{
color: #090012;
}
.AnyTagClassName
{
color: #090012;
}
</style>
background-color css
<style>
a { background-color: #090012; }
a { background-color: rgb(9,0,18); }
div.DivClassName
{
background-color: #090012;
}
.BgClassName
{
background-color: #090012;
}
</style>
border-color css
<style>
span { border-color: #090012; }
span { border-color: rgb(9,0,18); }
td.TdClassName
{
border-color: #090012;
}
.TagClassName
{
border-color: #090012;
}
</style>