Shades of Blackcurrant #150331
Tints of Blackcurrant #150331
RGB
CMYK
RGB Variations
Color information
#150331 (or 0x150331) is known color: Blackcurrant. HEX triplet: 15, 03 and 31. RGB value is (21,3,49). Sum of RGB (Red+Green+Blue) = 21+3+49=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #150331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150331 is #EAFCCE. Grayscale: #0D0D0D. Windows color (decimal): -15400143 or 3212053. OLE color: 3212053.
HSL color Cylindrical-coordinate representation of color #150331: hue angle of 263.48º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150331 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 3 | 49 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.81 |
| HSL | 263.48º | 0.88% | 0.1% | - |
| HSV(B) | 263.48º | 0.94% | 0.19% | - |
| XYZ | 0.9 | 0.45 | 2.94 | - |
| YUV | 13.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 49 | 0.57 | 0.94 | 0 | 0.81 | 263.48 | 0.88 | 0.1 |
| Hex | 15 | 3 | 31 | 39 | 5E | 0 | 51 | 107 | 58 | A |
| Octal | 25 | 3 | 61 | 71 | 136 | 0 | 121 | 407 | 130 | 12 |
| Binary | 10101 | 11 | 110001 | 111001 | 1011110 | 0 | 1010001 | 100000111 | 1011000 | 1010 |
Color Harmonies of #150331
Complementary color
Monochromatic Colors of #150331
Black with #150331
Text Example
Text Example
White with #150331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150331; }
p { color: rgb(21,3,49); }
H1.HeaderClassName
{
color: #150331;
}
.AnyTagClassName
{
color: #150331;
}
</style>
background-color css
<style>
a { background-color: #150331; }
a { background-color: rgb(21,3,49); }
div.DivClassName
{
background-color: #150331;
}
.BgClassName
{
background-color: #150331;
}
</style>
border-color css
<style>
span { border-color: #150331; }
span { border-color: rgb(21,3,49); }
td.TdClassName
{
border-color: #150331;
}
.TagClassName
{
border-color: #150331;
}
</style>