Shades of Blackcurrant #150420
Tints of Blackcurrant #150420
RGB
CMYK
RGB Variations
Color information
#150420 (or 0x150420) is known color: Blackcurrant. HEX triplet: 15, 04 and 20. RGB value is (21,4,32). Sum of RGB (Red+Green+Blue) = 21+4+32=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #150420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150420 is #EAFBDF. Grayscale: #0C0C0C. Windows color (decimal): -15399904 or 2098197. OLE color: 2098197.
HSL color Cylindrical-coordinate representation of color #150420: hue angle of 276.43º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150420 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 4 | 32 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.87 |
| HSL | 276.43º | 0.78% | 0.07% | - |
| HSV(B) | 276.43º | 0.88% | 0.13% | - |
| XYZ | 0.61 | 0.35 | 1.4 | - |
| YUV | 12.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 32 | 0.34 | 0.87 | 0 | 0.87 | 276.43 | 0.78 | 0.07 |
| Hex | 15 | 4 | 20 | 22 | 57 | 0 | 57 | 114 | 4E | 7 |
| Octal | 25 | 4 | 40 | 42 | 127 | 0 | 127 | 424 | 116 | 7 |
| Binary | 10101 | 100 | 100000 | 100010 | 1010111 | 0 | 1010111 | 100010100 | 1001110 | 111 |
Color Harmonies of #150420
Complementary color
Monochromatic Colors of #150420
Black with #150420
Text Example
Text Example
White with #150420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150420; }
p { color: rgb(21,4,32); }
H1.HeaderClassName
{
color: #150420;
}
.AnyTagClassName
{
color: #150420;
}
</style>
background-color css
<style>
a { background-color: #150420; }
a { background-color: rgb(21,4,32); }
div.DivClassName
{
background-color: #150420;
}
.BgClassName
{
background-color: #150420;
}
</style>
border-color css
<style>
span { border-color: #150420; }
span { border-color: rgb(21,4,32); }
td.TdClassName
{
border-color: #150420;
}
.TagClassName
{
border-color: #150420;
}
</style>