Shades of Blackcurrant #090217
Tints of Blackcurrant #090217
RGB
CMYK
RGB Variations
Color information
#090217 (or 0x090217) is known color: Blackcurrant. HEX triplet: 09, 02 and 17. RGB value is (9,2,23). Sum of RGB (Red+Green+Blue) = 9+2+23=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 23 (9.38% from 255 or 67.65% from 34); Max value from RGB is 23 - color contains mainly: blue. Hex color #090217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090217 is #F6FDE8. Grayscale: #060606. Windows color (decimal): -16186857 or 1507849. OLE color: 1507849.
HSL color Cylindrical-coordinate representation of color #090217: hue angle of 260º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #090217 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 2 | 23 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.91 |
| HSL | 260º | 0.84% | 0.05% | - |
| HSV(B) | 260º | 0.91% | 0.09% | - |
| XYZ | 0.29 | 0.16 | 0.83 | - |
| YUV | 6.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 23 | 0.61 | 0.91 | 0 | 0.91 | 260 | 0.84 | 0.05 |
| Hex | 9 | 2 | 17 | 3D | 5B | 0 | 5B | 104 | 54 | 5 |
| Octal | 11 | 2 | 27 | 75 | 133 | 0 | 133 | 404 | 124 | 5 |
| Binary | 1001 | 10 | 10111 | 111101 | 1011011 | 0 | 1011011 | 100000100 | 1010100 | 101 |
Color Harmonies of #090217
Complementary color
Monochromatic Colors of #090217
Black with #090217
Text Example
Text Example
White with #090217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090217; }
p { color: rgb(9,2,23); }
H1.HeaderClassName
{
color: #090217;
}
.AnyTagClassName
{
color: #090217;
}
</style>
background-color css
<style>
a { background-color: #090217; }
a { background-color: rgb(9,2,23); }
div.DivClassName
{
background-color: #090217;
}
.BgClassName
{
background-color: #090217;
}
</style>
border-color css
<style>
span { border-color: #090217; }
span { border-color: rgb(9,2,23); }
td.TdClassName
{
border-color: #090217;
}
.TagClassName
{
border-color: #090217;
}
</style>