Shades of Blackcurrant #090010
Tints of Blackcurrant #090010
RGB
CMYK
RGB Variations
Color information
#090010 (or 0x090010) is known color: Blackcurrant. HEX triplet: 09, 00 and 10. RGB value is (9,0,16). Sum of RGB (Red+Green+Blue) = 9+0+16=25 (3% of max value = 765). Red value is 9 (3.91% from 255 or 36% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 16 (6.64% from 255 or 64% from 25); Max value from RGB is 16 - color contains mainly: blue. Hex color #090010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090010 is #F6FFEF. Grayscale: #040404. Windows color (decimal): -16187376 or 1048585. OLE color: 1048585.
HSL color Cylindrical-coordinate representation of color #090010: hue angle of 273.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090010 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 0 | 16 | - |
| CMYK | 0.44 | 1 | 0 | 0.94 |
| HSL | 273.75º | 1% | 0.03% | - |
| HSV(B) | 273.75º | 1% | 0.06% | - |
| XYZ | 0.21 | 0.1 | 0.5 | - |
| YUV | 4.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 16 | 0.44 | 1 | 0 | 0.94 | 273.75 | 1 | 0.03 |
| Hex | 9 | 0 | 10 | 2C | 64 | 0 | 5E | 112 | 64 | 3 |
| Octal | 11 | 0 | 20 | 54 | 144 | 0 | 136 | 422 | 144 | 3 |
| Binary | 1001 | 0 | 10000 | 101100 | 1100100 | 0 | 1011110 | 100010010 | 1100100 | 11 |
Color Harmonies of #090010
Complementary color
Monochromatic Colors of #090010
Black with #090010
Text Example
Text Example
White with #090010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090010; }
p { color: rgb(9,0,16); }
H1.HeaderClassName
{
color: #090010;
}
.AnyTagClassName
{
color: #090010;
}
</style>
background-color css
<style>
a { background-color: #090010; }
a { background-color: rgb(9,0,16); }
div.DivClassName
{
background-color: #090010;
}
.BgClassName
{
background-color: #090010;
}
</style>
border-color css
<style>
span { border-color: #090010; }
span { border-color: rgb(9,0,16); }
td.TdClassName
{
border-color: #090010;
}
.TagClassName
{
border-color: #090010;
}
</style>