Shades of Blackcurrant #150218
Tints of Blackcurrant #150218
RGB
CMYK
RGB Variations
Color information
#150218 (or 0x150218) is known color: Blackcurrant. HEX triplet: 15, 02 and 18. RGB value is (21,2,24). Sum of RGB (Red+Green+Blue) = 21+2+24=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #150218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150218 is #EAFDE7. Grayscale: #0A0A0A. Windows color (decimal): -15400424 or 1573397. OLE color: 1573397.
HSL color Cylindrical-coordinate representation of color #150218: hue angle of 291.82º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150218 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 2 | 24 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.91 |
| HSL | 291.82º | 0.85% | 0.05% | - |
| HSV(B) | 291.82º | 0.92% | 0.09% | - |
| XYZ | 0.5 | 0.27 | 0.89 | - |
| YUV | 10.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 24 | 0.13 | 0.92 | 0 | 0.91 | 291.82 | 0.85 | 0.05 |
| Hex | 15 | 2 | 18 | D | 5C | 0 | 5B | 124 | 55 | 5 |
| Octal | 25 | 2 | 30 | 15 | 134 | 0 | 133 | 444 | 125 | 5 |
| Binary | 10101 | 10 | 11000 | 1101 | 1011100 | 0 | 1011011 | 100100100 | 1010101 | 101 |
Color Harmonies of #150218
Complementary color
Monochromatic Colors of #150218
Black with #150218
Text Example
Text Example
White with #150218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150218; }
p { color: rgb(21,2,24); }
H1.HeaderClassName
{
color: #150218;
}
.AnyTagClassName
{
color: #150218;
}
</style>
background-color css
<style>
a { background-color: #150218; }
a { background-color: rgb(21,2,24); }
div.DivClassName
{
background-color: #150218;
}
.BgClassName
{
background-color: #150218;
}
</style>
border-color css
<style>
span { border-color: #150218; }
span { border-color: rgb(21,2,24); }
td.TdClassName
{
border-color: #150218;
}
.TagClassName
{
border-color: #150218;
}
</style>