Shades of Blackcurrant #150119
Tints of Blackcurrant #150119
RGB
CMYK
RGB Variations
Color information
#150119 (or 0x150119) is known color: Blackcurrant. HEX triplet: 15, 01 and 19. RGB value is (21,1,25). Sum of RGB (Red+Green+Blue) = 21+1+25=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #150119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150119 is #EAFEE6. Grayscale: #090909. Windows color (decimal): -15400679 or 1638677. OLE color: 1638677.
HSL color Cylindrical-coordinate representation of color #150119: hue angle of 290º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150119 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 1 | 25 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.90 |
| HSL | 290º | 0.92% | 0.05% | - |
| HSV(B) | 290º | 0.96% | 0.1% | - |
| XYZ | 0.5 | 0.25 | 0.94 | - |
| YUV | 9.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 25 | 0.16 | 0.96 | 0 | 0.90 | 290 | 0.92 | 0.05 |
| Hex | 15 | 1 | 19 | 10 | 60 | 0 | 5A | 122 | 5C | 5 |
| Octal | 25 | 1 | 31 | 20 | 140 | 0 | 132 | 442 | 134 | 5 |
| Binary | 10101 | 1 | 11001 | 10000 | 1100000 | 0 | 1011010 | 100100010 | 1011100 | 101 |
Color Harmonies of #150119
Complementary color
Monochromatic Colors of #150119
Black with #150119
Text Example
Text Example
White with #150119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150119; }
p { color: rgb(21,1,25); }
H1.HeaderClassName
{
color: #150119;
}
.AnyTagClassName
{
color: #150119;
}
</style>
background-color css
<style>
a { background-color: #150119; }
a { background-color: rgb(21,1,25); }
div.DivClassName
{
background-color: #150119;
}
.BgClassName
{
background-color: #150119;
}
</style>
border-color css
<style>
span { border-color: #150119; }
span { border-color: rgb(21,1,25); }
td.TdClassName
{
border-color: #150119;
}
.TagClassName
{
border-color: #150119;
}
</style>