Shades of Blackcurrant #150220
Tints of Blackcurrant #150220
RGB
CMYK
RGB Variations
Color information
#150220 (or 0x150220) is known color: Blackcurrant. HEX triplet: 15, 02 and 20. RGB value is (21,2,32). Sum of RGB (Red+Green+Blue) = 21+2+32=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #150220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150220 is #EAFDDF. Grayscale: #0B0B0B. Windows color (decimal): -15400416 or 2097685. OLE color: 2097685.
HSL color Cylindrical-coordinate representation of color #150220: hue angle of 278º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150220 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 2 | 32 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.87 |
| HSL | 278º | 0.88% | 0.07% | - |
| HSV(B) | 278º | 0.94% | 0.13% | - |
| XYZ | 0.59 | 0.31 | 1.39 | - |
| YUV | 11.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 32 | 0.34 | 0.94 | 0 | 0.87 | 278 | 0.88 | 0.07 |
| Hex | 15 | 2 | 20 | 22 | 5E | 0 | 57 | 116 | 58 | 7 |
| Octal | 25 | 2 | 40 | 42 | 136 | 0 | 127 | 426 | 130 | 7 |
| Binary | 10101 | 10 | 100000 | 100010 | 1011110 | 0 | 1010111 | 100010110 | 1011000 | 111 |
Color Harmonies of #150220
Complementary color
Monochromatic Colors of #150220
Black with #150220
Text Example
Text Example
White with #150220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150220; }
p { color: rgb(21,2,32); }
H1.HeaderClassName
{
color: #150220;
}
.AnyTagClassName
{
color: #150220;
}
</style>
background-color css
<style>
a { background-color: #150220; }
a { background-color: rgb(21,2,32); }
div.DivClassName
{
background-color: #150220;
}
.BgClassName
{
background-color: #150220;
}
</style>
border-color css
<style>
span { border-color: #150220; }
span { border-color: rgb(21,2,32); }
td.TdClassName
{
border-color: #150220;
}
.TagClassName
{
border-color: #150220;
}
</style>