Shades of Blackcurrant #090412
Tints of Blackcurrant #090412
RGB
CMYK
RGB Variations
Color information
#090412 (or 0x090412) is known color: Blackcurrant. HEX triplet: 09, 04 and 12. RGB value is (9,4,18). Sum of RGB (Red+Green+Blue) = 9+4+18=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #090412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090412 is #F6FBED. Grayscale: #070707. Windows color (decimal): -16186350 or 1180681. OLE color: 1180681.
HSL color Cylindrical-coordinate representation of color #090412: hue angle of 261.43º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #090412 is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 9 | 4 | 18 | - |
CMYK | 0.5 | 0.78 | 0 | 0.93 |
HSL | 261.43º | 0.64% | 0.04% | - |
HSV(B) | 261.43º | 0.78% | 0.07% | - |
XYZ | 0.27 | 0.19 | 0.59 | - |
YUV | 7.09 | 134.16 | 129.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 4 | 18 | 0.5 | 0.78 | 0 | 0.93 | 261.43 | 0.64 | 0.04 |
Hex | 9 | 4 | 12 | 32 | 4E | 0 | 5D | 105 | 40 | 4 |
Octal | 11 | 4 | 22 | 62 | 116 | 0 | 135 | 405 | 100 | 4 |
Binary | 1001 | 100 | 10010 | 110010 | 1001110 | 0 | 1011101 | 100000101 | 1000000 | 100 |
Color Harmonies of #090412
Complementary color
Monochromatic Colors of #090412
Black with #090412
Text Example
Text Example
White with #090412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090412; }
p { color: rgb(9,4,18); }
H1.HeaderClassName
{
color: #090412;
}
.AnyTagClassName
{
color: #090412;
}
</style>
background-color css
<style>
a { background-color: #090412; }
a { background-color: rgb(9,4,18); }
div.DivClassName
{
background-color: #090412;
}
.BgClassName
{
background-color: #090412;
}
</style>
border-color css
<style>
span { border-color: #090412; }
span { border-color: rgb(9,4,18); }
td.TdClassName
{
border-color: #090412;
}
.TagClassName
{
border-color: #090412;
}
</style>