Shades of Blackcurrant #120028
Tints of Blackcurrant #120028
RGB
CMYK
RGB Variations
Color information
#120028 (or 0x120028) is known color: Blackcurrant. HEX triplet: 12, 00 and 28. RGB value is (18,0,40). Sum of RGB (Red+Green+Blue) = 18+0+40=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #120028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120028 is #EDFFD7. Grayscale: #090909. Windows color (decimal): -15597528 or 2621458. OLE color: 2621458.
HSL color Cylindrical-coordinate representation of color #120028: hue angle of 267º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120028 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 0 | 40 | - |
| CMYK | 0.55 | 1 | 0 | 0.84 |
| HSL | 267º | 1% | 0.08% | - |
| HSV(B) | 267º | 1% | 0.16% | - |
| XYZ | 0.63 | 0.28 | 2.03 | - |
| YUV | 9.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 40 | 0.55 | 1 | 0 | 0.84 | 267 | 1 | 0.08 |
| Hex | 12 | 0 | 28 | 37 | 64 | 0 | 54 | 10B | 64 | 8 |
| Octal | 22 | 0 | 50 | 67 | 144 | 0 | 124 | 413 | 144 | 10 |
| Binary | 10010 | 0 | 101000 | 110111 | 1100100 | 0 | 1010100 | 100001011 | 1100100 | 1000 |
Color Harmonies of #120028
Complementary color
Monochromatic Colors of #120028
Black with #120028
Text Example
Text Example
White with #120028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120028; }
p { color: rgb(18,0,40); }
H1.HeaderClassName
{
color: #120028;
}
.AnyTagClassName
{
color: #120028;
}
</style>
background-color css
<style>
a { background-color: #120028; }
a { background-color: rgb(18,0,40); }
div.DivClassName
{
background-color: #120028;
}
.BgClassName
{
background-color: #120028;
}
</style>
border-color css
<style>
span { border-color: #120028; }
span { border-color: rgb(18,0,40); }
td.TdClassName
{
border-color: #120028;
}
.TagClassName
{
border-color: #120028;
}
</style>