Shades of Blackcurrant #090213
Tints of Blackcurrant #090213
RGB
CMYK
RGB Variations
Color information
#090213 (or 0x090213) is known color: Blackcurrant. HEX triplet: 09, 02 and 13. RGB value is (9,2,19). Sum of RGB (Red+Green+Blue) = 9+2+19=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 19 (7.81% from 255 or 63.33% from 30); Max value from RGB is 19 - color contains mainly: blue. Hex color #090213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090213 is #F6FDEC. Grayscale: #050505. Windows color (decimal): -16186861 or 1245705. OLE color: 1245705.
HSL color Cylindrical-coordinate representation of color #090213: hue angle of 264.71º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090213 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 2 | 19 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.93 |
| HSL | 264.71º | 0.81% | 0.04% | - |
| HSV(B) | 264.71º | 0.89% | 0.07% | - |
| XYZ | 0.25 | 0.15 | 0.63 | - |
| YUV | 6.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 19 | 0.53 | 0.89 | 0 | 0.93 | 264.71 | 0.81 | 0.04 |
| Hex | 9 | 2 | 13 | 35 | 59 | 0 | 5D | 109 | 51 | 4 |
| Octal | 11 | 2 | 23 | 65 | 131 | 0 | 135 | 411 | 121 | 4 |
| Binary | 1001 | 10 | 10011 | 110101 | 1011001 | 0 | 1011101 | 100001001 | 1010001 | 100 |
Color Harmonies of #090213
Complementary color
Monochromatic Colors of #090213
Black with #090213
Text Example
Text Example
White with #090213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090213; }
p { color: rgb(9,2,19); }
H1.HeaderClassName
{
color: #090213;
}
.AnyTagClassName
{
color: #090213;
}
</style>
background-color css
<style>
a { background-color: #090213; }
a { background-color: rgb(9,2,19); }
div.DivClassName
{
background-color: #090213;
}
.BgClassName
{
background-color: #090213;
}
</style>
border-color css
<style>
span { border-color: #090213; }
span { border-color: rgb(9,2,19); }
td.TdClassName
{
border-color: #090213;
}
.TagClassName
{
border-color: #090213;
}
</style>