Shades of Blackcurrant #150518
Tints of Blackcurrant #150518
RGB
CMYK
RGB Variations
Color information
#150518 (or 0x150518) is known color: Blackcurrant. HEX triplet: 15, 05 and 18. RGB value is (21,5,24). Sum of RGB (Red+Green+Blue) = 21+5+24=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #150518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150518 is #EAFAE7. Grayscale: #0B0B0B. Windows color (decimal): -15399656 or 1574165. OLE color: 1574165.
HSL color Cylindrical-coordinate representation of color #150518: hue angle of 290.53º 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 #150518 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 5 | 24 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.91 |
| HSL | 290.53º | 0.66% | 0.06% | - |
| HSV(B) | 290.53º | 0.79% | 0.09% | - |
| XYZ | 0.53 | 0.33 | 0.9 | - |
| YUV | 11.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 24 | 0.13 | 0.79 | 0 | 0.91 | 290.53 | 0.66 | 0.06 |
| Hex | 15 | 5 | 18 | D | 4F | 0 | 5B | 123 | 42 | 6 |
| Octal | 25 | 5 | 30 | 15 | 117 | 0 | 133 | 443 | 102 | 6 |
| Binary | 10101 | 101 | 11000 | 1101 | 1001111 | 0 | 1011011 | 100100011 | 1000010 | 110 |
Color Harmonies of #150518
Complementary color
Monochromatic Colors of #150518
Black with #150518
Text Example
Text Example
White with #150518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150518; }
p { color: rgb(21,5,24); }
H1.HeaderClassName
{
color: #150518;
}
.AnyTagClassName
{
color: #150518;
}
</style>
background-color css
<style>
a { background-color: #150518; }
a { background-color: rgb(21,5,24); }
div.DivClassName
{
background-color: #150518;
}
.BgClassName
{
background-color: #150518;
}
</style>
border-color css
<style>
span { border-color: #150518; }
span { border-color: rgb(21,5,24); }
td.TdClassName
{
border-color: #150518;
}
.TagClassName
{
border-color: #150518;
}
</style>