Shades of Blackcurrant #151216
Tints of Blackcurrant #151216
RGB
CMYK
RGB Variations
Color information
#151216 (or 0x151216) is known color: Blackcurrant. HEX triplet: 15, 12 and 16. RGB value is (21,18,22). Sum of RGB (Red+Green+Blue) = 21+18+22=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 22 - color contains mainly: blue. Hex color #151216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151216 is #EAEDE9. Grayscale: #131313. Windows color (decimal): -15396330 or 1446421. OLE color: 1446421.
HSL color Cylindrical-coordinate representation of color #151216: hue angle of 285º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #151216 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 18 | 22 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.91 |
| HSL | 285º | 0.1% | 0.08% | - |
| HSV(B) | 285º | 0.18% | 0.09% | - |
| XYZ | 0.67 | 0.65 | 0.85 | - |
| YUV | 19.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 22 | 0.05 | 0.18 | 0 | 0.91 | 285 | 0.1 | 0.08 |
| Hex | 15 | 12 | 16 | 5 | 12 | 0 | 5B | 11D | A | 8 |
| Octal | 25 | 22 | 26 | 5 | 22 | 0 | 133 | 435 | 12 | 10 |
| Binary | 10101 | 10010 | 10110 | 101 | 10010 | 0 | 1011011 | 100011101 | 1010 | 1000 |
Color Harmonies of #151216
Complementary color
Monochromatic Colors of #151216
Black with #151216
Text Example
Text Example
White with #151216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151216; }
p { color: rgb(21,18,22); }
H1.HeaderClassName
{
color: #151216;
}
.AnyTagClassName
{
color: #151216;
}
</style>
background-color css
<style>
a { background-color: #151216; }
a { background-color: rgb(21,18,22); }
div.DivClassName
{
background-color: #151216;
}
.BgClassName
{
background-color: #151216;
}
</style>
border-color css
<style>
span { border-color: #151216; }
span { border-color: rgb(21,18,22); }
td.TdClassName
{
border-color: #151216;
}
.TagClassName
{
border-color: #151216;
}
</style>