Shades of Blackcurrant #120024
Tints of Blackcurrant #120024
RGB
CMYK
RGB Variations
Color information
#120024 (or 0x120024) is known color: Blackcurrant. HEX triplet: 12, 00 and 24. RGB value is (18,0,36). Sum of RGB (Red+Green+Blue) = 18+0+36=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 36 (14.45% from 255 or 66.67% from 54); Max value from RGB is 36 - color contains mainly: blue. Hex color #120024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120024 is #EDFFDB. Grayscale: #090909. Windows color (decimal): -15597532 or 2359314. OLE color: 2359314.
HSL color Cylindrical-coordinate representation of color #120024: hue angle of 270º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120024 is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 0 | 36 | - |
| CMYK | 0.5 | 1 | 0 | 0.86 |
| HSL | 270º | 1% | 0.07% | - |
| HSV(B) | 270º | 1% | 0.14% | - |
| XYZ | 0.57 | 0.26 | 1.69 | - |
| YUV | 9.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 36 | 0.5 | 1 | 0 | 0.86 | 270 | 1 | 0.07 |
| Hex | 12 | 0 | 24 | 32 | 64 | 0 | 56 | 10E | 64 | 7 |
| Octal | 22 | 0 | 44 | 62 | 144 | 0 | 126 | 416 | 144 | 7 |
| Binary | 10010 | 0 | 100100 | 110010 | 1100100 | 0 | 1010110 | 100001110 | 1100100 | 111 |
Color Harmonies of #120024
Complementary color
Monochromatic Colors of #120024
Black with #120024
Text Example
Text Example
White with #120024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120024; }
p { color: rgb(18,0,36); }
H1.HeaderClassName
{
color: #120024;
}
.AnyTagClassName
{
color: #120024;
}
</style>
background-color css
<style>
a { background-color: #120024; }
a { background-color: rgb(18,0,36); }
div.DivClassName
{
background-color: #120024;
}
.BgClassName
{
background-color: #120024;
}
</style>
border-color css
<style>
span { border-color: #120024; }
span { border-color: rgb(18,0,36); }
td.TdClassName
{
border-color: #120024;
}
.TagClassName
{
border-color: #120024;
}
</style>