Shades of Blackcurrant #150C19
Tints of Blackcurrant #150C19
RGB
CMYK
RGB Variations
Color information
#150C19 (or 0x150C19) is known color: Blackcurrant. HEX triplet: 15, 0C and 19. RGB value is (21,12,25). Sum of RGB (Red+Green+Blue) = 21+12+25=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: blue. Hex color #150C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C19 is #EAF3E6. Grayscale: #101010. Windows color (decimal): -15397863 or 1641493. OLE color: 1641493.
HSL color Cylindrical-coordinate representation of color #150C19: hue angle of 281.54º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150C19 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 12 | 25 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.90 |
| HSL | 281.54º | 0.35% | 0.07% | - |
| HSV(B) | 281.54º | 0.52% | 0.1% | - |
| XYZ | 0.62 | 0.49 | 0.98 | - |
| YUV | 16.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 25 | 0.16 | 0.52 | 0 | 0.90 | 281.54 | 0.35 | 0.07 |
| Hex | 15 | C | 19 | 10 | 34 | 0 | 5A | 11A | 23 | 7 |
| Octal | 25 | 14 | 31 | 20 | 64 | 0 | 132 | 432 | 43 | 7 |
| Binary | 10101 | 1100 | 11001 | 10000 | 110100 | 0 | 1011010 | 100011010 | 100011 | 111 |
Color Harmonies of #150C19
Complementary color
Monochromatic Colors of #150C19
Black with #150C19
Text Example
Text Example
White with #150C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C19; }
p { color: rgb(21,12,25); }
H1.HeaderClassName
{
color: #150C19;
}
.AnyTagClassName
{
color: #150C19;
}
</style>
background-color css
<style>
a { background-color: #150C19; }
a { background-color: rgb(21,12,25); }
div.DivClassName
{
background-color: #150C19;
}
.BgClassName
{
background-color: #150C19;
}
</style>
border-color css
<style>
span { border-color: #150C19; }
span { border-color: rgb(21,12,25); }
td.TdClassName
{
border-color: #150C19;
}
.TagClassName
{
border-color: #150C19;
}
</style>