Shades of Blackcurrant #150530
Tints of Blackcurrant #150530
RGB
CMYK
RGB Variations
Color information
#150530 (or 0x150530) is known color: Blackcurrant. HEX triplet: 15, 05 and 30. RGB value is (21,5,48). Sum of RGB (Red+Green+Blue) = 21+5+48=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #150530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150530 is #EAFACF. Grayscale: #0E0E0E. Windows color (decimal): -15399632 or 3147029. OLE color: 3147029.
HSL color Cylindrical-coordinate representation of color #150530: hue angle of 262.33º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150530 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 5 | 48 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.81 |
| HSL | 262.33º | 0.81% | 0.1% | - |
| HSV(B) | 262.33º | 0.9% | 0.19% | - |
| XYZ | 0.9 | 0.48 | 2.84 | - |
| YUV | 14.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 48 | 0.56 | 0.90 | 0 | 0.81 | 262.33 | 0.81 | 0.1 |
| Hex | 15 | 5 | 30 | 38 | 5A | 0 | 51 | 106 | 51 | A |
| Octal | 25 | 5 | 60 | 70 | 132 | 0 | 121 | 406 | 121 | 12 |
| Binary | 10101 | 101 | 110000 | 111000 | 1011010 | 0 | 1010001 | 100000110 | 1010001 | 1010 |
Color Harmonies of #150530
Complementary color
Monochromatic Colors of #150530
Black with #150530
Text Example
Text Example
White with #150530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150530; }
p { color: rgb(21,5,48); }
H1.HeaderClassName
{
color: #150530;
}
.AnyTagClassName
{
color: #150530;
}
</style>
background-color css
<style>
a { background-color: #150530; }
a { background-color: rgb(21,5,48); }
div.DivClassName
{
background-color: #150530;
}
.BgClassName
{
background-color: #150530;
}
</style>
border-color css
<style>
span { border-color: #150530; }
span { border-color: rgb(21,5,48); }
td.TdClassName
{
border-color: #150530;
}
.TagClassName
{
border-color: #150530;
}
</style>