Shades of Blackcurrant #150A19
Tints of Blackcurrant #150A19
RGB
CMYK
RGB Variations
Color information
#150A19 (or 0x150A19) is known color: Blackcurrant. HEX triplet: 15, 0A and 19. RGB value is (21,10,25). Sum of RGB (Red+Green+Blue) = 21+10+25=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #150A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A19 is #EAF5E6. Grayscale: #0E0E0E. Windows color (decimal): -15398375 or 1640981. OLE color: 1640981.
HSL color Cylindrical-coordinate representation of color #150A19: hue angle of 284º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #150A19 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 10 | 25 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.90 |
| HSL | 284º | 0.43% | 0.07% | - |
| HSV(B) | 284º | 0.6% | 0.1% | - |
| XYZ | 0.59 | 0.45 | 0.97 | - |
| YUV | 15 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 25 | 0.16 | 0.60 | 0 | 0.90 | 284 | 0.43 | 0.07 |
| Hex | 15 | A | 19 | 10 | 3C | 0 | 5A | 11C | 2B | 7 |
| Octal | 25 | 12 | 31 | 20 | 74 | 0 | 132 | 434 | 53 | 7 |
| Binary | 10101 | 1010 | 11001 | 10000 | 111100 | 0 | 1011010 | 100011100 | 101011 | 111 |
Color Harmonies of #150A19
Complementary color
Monochromatic Colors of #150A19
Black with #150A19
Text Example
Text Example
White with #150A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A19; }
p { color: rgb(21,10,25); }
H1.HeaderClassName
{
color: #150A19;
}
.AnyTagClassName
{
color: #150A19;
}
</style>
background-color css
<style>
a { background-color: #150A19; }
a { background-color: rgb(21,10,25); }
div.DivClassName
{
background-color: #150A19;
}
.BgClassName
{
background-color: #150A19;
}
</style>
border-color css
<style>
span { border-color: #150A19; }
span { border-color: rgb(21,10,25); }
td.TdClassName
{
border-color: #150A19;
}
.TagClassName
{
border-color: #150A19;
}
</style>