Shades of Blackcurrant #090410
Tints of Blackcurrant #090410
RGB
CMYK
RGB Variations
Color information
#090410 (or 0x090410) is known color: Blackcurrant. HEX triplet: 09, 04 and 10. RGB value is (9,4,16). Sum of RGB (Red+Green+Blue) = 9+4+16=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 16 (6.64% from 255 or 55.17% from 29); Max value from RGB is 16 - color contains mainly: blue. Hex color #090410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090410 is #F6FBEF. Grayscale: #060606. Windows color (decimal): -16186352 or 1049609. OLE color: 1049609.
HSL color Cylindrical-coordinate representation of color #090410: hue angle of 265º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #090410 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 9 | 4 | 16 | - |
CMYK | 0.44 | 0.75 | 0 | 0.94 |
HSL | 265º | 0.6% | 0.04% | - |
HSV(B) | 265º | 0.75% | 0.06% | - |
XYZ | 0.25 | 0.18 | 0.51 | - |
YUV | 6.86 | 133.16 | 129.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 4 | 16 | 0.44 | 0.75 | 0 | 0.94 | 265 | 0.6 | 0.04 |
Hex | 9 | 4 | 10 | 2C | 4B | 0 | 5E | 109 | 3C | 4 |
Octal | 11 | 4 | 20 | 54 | 113 | 0 | 136 | 411 | 74 | 4 |
Binary | 1001 | 100 | 10000 | 101100 | 1001011 | 0 | 1011110 | 100001001 | 111100 | 100 |
Color Harmonies of #090410
Complementary color
Monochromatic Colors of #090410
Black with #090410
Text Example
Text Example
White with #090410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090410; }
p { color: rgb(9,4,16); }
H1.HeaderClassName
{
color: #090410;
}
.AnyTagClassName
{
color: #090410;
}
</style>
background-color css
<style>
a { background-color: #090410; }
a { background-color: rgb(9,4,16); }
div.DivClassName
{
background-color: #090410;
}
.BgClassName
{
background-color: #090410;
}
</style>
border-color css
<style>
span { border-color: #090410; }
span { border-color: rgb(9,4,16); }
td.TdClassName
{
border-color: #090410;
}
.TagClassName
{
border-color: #090410;
}
</style>