Shades of Blackcurrant #150032
Tints of Blackcurrant #150032
RGB
CMYK
RGB Variations
Color information
#150032 (or 0x150032) is known color: Blackcurrant. HEX triplet: 15, 00 and 32. RGB value is (21,0,50). Sum of RGB (Red+Green+Blue) = 21+0+50=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #150032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150032 is #EAFFCD. Grayscale: #0B0B0B. Windows color (decimal): -15400910 or 3276821. OLE color: 3276821.
HSL color Cylindrical-coordinate representation of color #150032: hue angle of 265.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150032 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 0 | 50 | - |
| CMYK | 0.58 | 1 | 0 | 0.80 |
| HSL | 265.2º | 1% | 0.1% | - |
| HSV(B) | 265.2º | 1% | 0.2% | - |
| XYZ | 0.88 | 0.39 | 3.05 | - |
| YUV | 11.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 50 | 0.58 | 1 | 0 | 0.80 | 265.2 | 1 | 0.1 |
| Hex | 15 | 0 | 32 | 3A | 64 | 0 | 50 | 109 | 64 | A |
| Octal | 25 | 0 | 62 | 72 | 144 | 0 | 120 | 411 | 144 | 12 |
| Binary | 10101 | 0 | 110010 | 111010 | 1100100 | 0 | 1010000 | 100001001 | 1100100 | 1010 |
Color Harmonies of #150032
Complementary color
Monochromatic Colors of #150032
Black with #150032
Text Example
Text Example
White with #150032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150032; }
p { color: rgb(21,0,50); }
H1.HeaderClassName
{
color: #150032;
}
.AnyTagClassName
{
color: #150032;
}
</style>
background-color css
<style>
a { background-color: #150032; }
a { background-color: rgb(21,0,50); }
div.DivClassName
{
background-color: #150032;
}
.BgClassName
{
background-color: #150032;
}
</style>
border-color css
<style>
span { border-color: #150032; }
span { border-color: rgb(21,0,50); }
td.TdClassName
{
border-color: #150032;
}
.TagClassName
{
border-color: #150032;
}
</style>