Shades of Blackcurrant #090211
Tints of Blackcurrant #090211
RGB
CMYK
RGB Variations
Color information
#090211 (or 0x090211) is known color: Blackcurrant. HEX triplet: 09, 02 and 11. RGB value is (9,2,17). Sum of RGB (Red+Green+Blue) = 9+2+17=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #090211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090211 is #F6FDEE. Grayscale: #050505. Windows color (decimal): -16186863 or 1114633. OLE color: 1114633.
HSL color Cylindrical-coordinate representation of color #090211: hue angle of 268º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090211 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 9 | 2 | 17 | - |
CMYK | 0.47 | 0.88 | 0 | 0.93 |
HSL | 268º | 0.79% | 0.04% | - |
HSV(B) | 268º | 0.88% | 0.07% | - |
XYZ | 0.24 | 0.14 | 0.55 | - |
YUV | 5.8 | 134.32 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 2 | 17 | 0.47 | 0.88 | 0 | 0.93 | 268 | 0.79 | 0.04 |
Hex | 9 | 2 | 11 | 2F | 58 | 0 | 5D | 10C | 4F | 4 |
Octal | 11 | 2 | 21 | 57 | 130 | 0 | 135 | 414 | 117 | 4 |
Binary | 1001 | 10 | 10001 | 101111 | 1011000 | 0 | 1011101 | 100001100 | 1001111 | 100 |
Color Harmonies of #090211
Complementary color
Monochromatic Colors of #090211
Black with #090211
Text Example
Text Example
White with #090211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090211; }
p { color: rgb(9,2,17); }
H1.HeaderClassName
{
color: #090211;
}
.AnyTagClassName
{
color: #090211;
}
</style>
background-color css
<style>
a { background-color: #090211; }
a { background-color: rgb(9,2,17); }
div.DivClassName
{
background-color: #090211;
}
.BgClassName
{
background-color: #090211;
}
</style>
border-color css
<style>
span { border-color: #090211; }
span { border-color: rgb(9,2,17); }
td.TdClassName
{
border-color: #090211;
}
.TagClassName
{
border-color: #090211;
}
</style>