Shades of Blackcurrant #151219
Tints of Blackcurrant #151219
RGB
CMYK
RGB Variations
Color information
#151219 (or 0x151219) is known color: Blackcurrant. HEX triplet: 15, 12 and 19. RGB value is (21,18,25). Sum of RGB (Red+Green+Blue) = 21+18+25=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #151219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151219 is #EAEDE6. Grayscale: #131313. Windows color (decimal): -15396327 or 1643029. OLE color: 1643029.
HSL color Cylindrical-coordinate representation of color #151219: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #151219 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 18 | 25 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.90 |
| HSL | 265.71º | 0.16% | 0.08% | - |
| HSV(B) | 265.71º | 0.28% | 0.1% | - |
| XYZ | 0.7 | 0.66 | 1.01 | - |
| YUV | 19.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 25 | 0.16 | 0.28 | 0 | 0.90 | 265.71 | 0.16 | 0.08 |
| Hex | 15 | 12 | 19 | 10 | 1C | 0 | 5A | 10A | 10 | 8 |
| Octal | 25 | 22 | 31 | 20 | 34 | 0 | 132 | 412 | 20 | 10 |
| Binary | 10101 | 10010 | 11001 | 10000 | 11100 | 0 | 1011010 | 100001010 | 10000 | 1000 |
Color Harmonies of #151219
Complementary color
Monochromatic Colors of #151219
Black with #151219
Text Example
Text Example
White with #151219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151219; }
p { color: rgb(21,18,25); }
H1.HeaderClassName
{
color: #151219;
}
.AnyTagClassName
{
color: #151219;
}
</style>
background-color css
<style>
a { background-color: #151219; }
a { background-color: rgb(21,18,25); }
div.DivClassName
{
background-color: #151219;
}
.BgClassName
{
background-color: #151219;
}
</style>
border-color css
<style>
span { border-color: #151219; }
span { border-color: rgb(21,18,25); }
td.TdClassName
{
border-color: #151219;
}
.TagClassName
{
border-color: #151219;
}
</style>