Shades of Blackcurrant #120518
Tints of Blackcurrant #120518
RGB
CMYK
RGB Variations
Color information
#120518 (or 0x120518) is known color: Blackcurrant. HEX triplet: 12, 05 and 18. RGB value is (18,5,24). Sum of RGB (Red+Green+Blue) = 18+5+24=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #120518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120518 is #EDFAE7. Grayscale: #0A0A0A. Windows color (decimal): -15596264 or 1574162. OLE color: 1574162.
HSL color Cylindrical-coordinate representation of color #120518: hue angle of 281.05º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120518 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 5 | 24 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.91 |
| HSL | 281.05º | 0.66% | 0.06% | - |
| HSV(B) | 281.05º | 0.79% | 0.09% | - |
| XYZ | 0.47 | 0.3 | 0.9 | - |
| YUV | 11.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 24 | 0.25 | 0.79 | 0 | 0.91 | 281.05 | 0.66 | 0.06 |
| Hex | 12 | 5 | 18 | 19 | 4F | 0 | 5B | 119 | 42 | 6 |
| Octal | 22 | 5 | 30 | 31 | 117 | 0 | 133 | 431 | 102 | 6 |
| Binary | 10010 | 101 | 11000 | 11001 | 1001111 | 0 | 1011011 | 100011001 | 1000010 | 110 |
Color Harmonies of #120518
Complementary color
Monochromatic Colors of #120518
Black with #120518
Text Example
Text Example
White with #120518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120518; }
p { color: rgb(18,5,24); }
H1.HeaderClassName
{
color: #120518;
}
.AnyTagClassName
{
color: #120518;
}
</style>
background-color css
<style>
a { background-color: #120518; }
a { background-color: rgb(18,5,24); }
div.DivClassName
{
background-color: #120518;
}
.BgClassName
{
background-color: #120518;
}
</style>
border-color css
<style>
span { border-color: #120518; }
span { border-color: rgb(18,5,24); }
td.TdClassName
{
border-color: #120518;
}
.TagClassName
{
border-color: #120518;
}
</style>