Shades of Blackcurrant #120618
Tints of Blackcurrant #120618
RGB
CMYK
RGB Variations
Color information
#120618 (or 0x120618) is known color: Blackcurrant. HEX triplet: 12, 06 and 18. RGB value is (18,6,24). Sum of RGB (Red+Green+Blue) = 18+6+24=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #120618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120618 is #EDF9E7. Grayscale: #0B0B0B. Windows color (decimal): -15596008 or 1574418. OLE color: 1574418.
HSL color Cylindrical-coordinate representation of color #120618: hue angle of 280º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #120618 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 6 | 24 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.91 |
| HSL | 280º | 0.6% | 0.06% | - |
| HSV(B) | 280º | 0.75% | 0.09% | - |
| XYZ | 0.48 | 0.32 | 0.9 | - |
| YUV | 11.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 24 | 0.25 | 0.75 | 0 | 0.91 | 280 | 0.6 | 0.06 |
| Hex | 12 | 6 | 18 | 19 | 4B | 0 | 5B | 118 | 3C | 6 |
| Octal | 22 | 6 | 30 | 31 | 113 | 0 | 133 | 430 | 74 | 6 |
| Binary | 10010 | 110 | 11000 | 11001 | 1001011 | 0 | 1011011 | 100011000 | 111100 | 110 |
Color Harmonies of #120618
Complementary color
Monochromatic Colors of #120618
Black with #120618
Text Example
Text Example
White with #120618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120618; }
p { color: rgb(18,6,24); }
H1.HeaderClassName
{
color: #120618;
}
.AnyTagClassName
{
color: #120618;
}
</style>
background-color css
<style>
a { background-color: #120618; }
a { background-color: rgb(18,6,24); }
div.DivClassName
{
background-color: #120618;
}
.BgClassName
{
background-color: #120618;
}
</style>
border-color css
<style>
span { border-color: #120618; }
span { border-color: rgb(18,6,24); }
td.TdClassName
{
border-color: #120618;
}
.TagClassName
{
border-color: #120618;
}
</style>