Shades of Blackcurrant #150024
Tints of Blackcurrant #150024
RGB
CMYK
RGB Variations
Color information
#150024 (or 0x150024) is known color: Blackcurrant. HEX triplet: 15, 00 and 24. RGB value is (21,0,36). Sum of RGB (Red+Green+Blue) = 21+0+36=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #150024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150024 is #EAFFDB. Grayscale: #0A0A0A. Windows color (decimal): -15400924 or 2359317. OLE color: 2359317.
HSL color Cylindrical-coordinate representation of color #150024: hue angle of 275º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150024 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 0 | 36 | - |
| CMYK | 0.42 | 1 | 0 | 0.86 |
| HSL | 275º | 1% | 0.07% | - |
| HSV(B) | 275º | 1% | 0.14% | - |
| XYZ | 0.63 | 0.29 | 1.69 | - |
| YUV | 10.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 36 | 0.42 | 1 | 0 | 0.86 | 275 | 1 | 0.07 |
| Hex | 15 | 0 | 24 | 2A | 64 | 0 | 56 | 113 | 64 | 7 |
| Octal | 25 | 0 | 44 | 52 | 144 | 0 | 126 | 423 | 144 | 7 |
| Binary | 10101 | 0 | 100100 | 101010 | 1100100 | 0 | 1010110 | 100010011 | 1100100 | 111 |
Color Harmonies of #150024
Complementary color
Monochromatic Colors of #150024
Black with #150024
Text Example
Text Example
White with #150024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150024; }
p { color: rgb(21,0,36); }
H1.HeaderClassName
{
color: #150024;
}
.AnyTagClassName
{
color: #150024;
}
</style>
background-color css
<style>
a { background-color: #150024; }
a { background-color: rgb(21,0,36); }
div.DivClassName
{
background-color: #150024;
}
.BgClassName
{
background-color: #150024;
}
</style>
border-color css
<style>
span { border-color: #150024; }
span { border-color: rgb(21,0,36); }
td.TdClassName
{
border-color: #150024;
}
.TagClassName
{
border-color: #150024;
}
</style>