Shades of Blackcurrant #150528
Tints of Blackcurrant #150528
RGB
CMYK
RGB Variations
Color information
#150528 (or 0x150528) is known color: Blackcurrant. HEX triplet: 15, 05 and 28. RGB value is (21,5,40). Sum of RGB (Red+Green+Blue) = 21+5+40=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #150528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150528 is #EAFAD7. Grayscale: #0D0D0D. Windows color (decimal): -15399640 or 2622741. OLE color: 2622741.
HSL color Cylindrical-coordinate representation of color #150528: hue angle of 267.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150528 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 5 | 40 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.84 |
| HSL | 267.43º | 0.78% | 0.09% | - |
| HSV(B) | 267.43º | 0.88% | 0.16% | - |
| XYZ | 0.75 | 0.42 | 2.05 | - |
| YUV | 13.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 40 | 0.48 | 0.88 | 0 | 0.84 | 267.43 | 0.78 | 0.09 |
| Hex | 15 | 5 | 28 | 30 | 58 | 0 | 54 | 10B | 4E | 9 |
| Octal | 25 | 5 | 50 | 60 | 130 | 0 | 124 | 413 | 116 | 11 |
| Binary | 10101 | 101 | 101000 | 110000 | 1011000 | 0 | 1010100 | 100001011 | 1001110 | 1001 |
Color Harmonies of #150528
Complementary color
Monochromatic Colors of #150528
Black with #150528
Text Example
Text Example
White with #150528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150528; }
p { color: rgb(21,5,40); }
H1.HeaderClassName
{
color: #150528;
}
.AnyTagClassName
{
color: #150528;
}
</style>
background-color css
<style>
a { background-color: #150528; }
a { background-color: rgb(21,5,40); }
div.DivClassName
{
background-color: #150528;
}
.BgClassName
{
background-color: #150528;
}
</style>
border-color css
<style>
span { border-color: #150528; }
span { border-color: rgb(21,5,40); }
td.TdClassName
{
border-color: #150528;
}
.TagClassName
{
border-color: #150528;
}
</style>