Shades of Blackcurrant #150520
Tints of Blackcurrant #150520
RGB
CMYK
RGB Variations
Color information
#150520 (or 0x150520) is known color: Blackcurrant. HEX triplet: 15, 05 and 20. RGB value is (21,5,32). Sum of RGB (Red+Green+Blue) = 21+5+32=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #150520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150520 is #EAFADF. Grayscale: #0C0C0C. Windows color (decimal): -15399648 or 2098453. OLE color: 2098453.
HSL color Cylindrical-coordinate representation of color #150520: hue angle of 275.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #150520 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 5 | 32 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.87 |
| HSL | 275.56º | 0.73% | 0.07% | - |
| HSV(B) | 275.56º | 0.84% | 0.13% | - |
| XYZ | 0.62 | 0.37 | 1.41 | - |
| YUV | 12.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 32 | 0.34 | 0.84 | 0 | 0.87 | 275.56 | 0.73 | 0.07 |
| Hex | 15 | 5 | 20 | 22 | 54 | 0 | 57 | 114 | 49 | 7 |
| Octal | 25 | 5 | 40 | 42 | 124 | 0 | 127 | 424 | 111 | 7 |
| Binary | 10101 | 101 | 100000 | 100010 | 1010100 | 0 | 1010111 | 100010100 | 1001001 | 111 |
Color Harmonies of #150520
Complementary color
Monochromatic Colors of #150520
Black with #150520
Text Example
Text Example
White with #150520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150520; }
p { color: rgb(21,5,32); }
H1.HeaderClassName
{
color: #150520;
}
.AnyTagClassName
{
color: #150520;
}
</style>
background-color css
<style>
a { background-color: #150520; }
a { background-color: rgb(21,5,32); }
div.DivClassName
{
background-color: #150520;
}
.BgClassName
{
background-color: #150520;
}
</style>
border-color css
<style>
span { border-color: #150520; }
span { border-color: rgb(21,5,32); }
td.TdClassName
{
border-color: #150520;
}
.TagClassName
{
border-color: #150520;
}
</style>