Shades of Blackcurrant #141015
Tints of Blackcurrant #141015
RGB
CMYK
RGB Variations
Color information
#141015 (or 0x141015) is known color: Blackcurrant. HEX triplet: 14, 10 and 15. RGB value is (20,16,21). Sum of RGB (Red+Green+Blue) = 20+16+21=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: blue. Hex color #141015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141015 is #EBEFEA. Grayscale: #111111. Windows color (decimal): -15462379 or 1380372. OLE color: 1380372.
HSL color Cylindrical-coordinate representation of color #141015: hue angle of 288º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #141015 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 16 | 21 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.92 |
| HSL | 288º | 0.14% | 0.07% | - |
| HSV(B) | 288º | 0.24% | 0.08% | - |
| XYZ | 0.61 | 0.57 | 0.79 | - |
| YUV | 17.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 21 | 0.05 | 0.24 | 0 | 0.92 | 288 | 0.14 | 0.07 |
| Hex | 14 | 10 | 15 | 5 | 18 | 0 | 5C | 120 | E | 7 |
| Octal | 24 | 20 | 25 | 5 | 30 | 0 | 134 | 440 | 16 | 7 |
| Binary | 10100 | 10000 | 10101 | 101 | 11000 | 0 | 1011100 | 100100000 | 1110 | 111 |
Color Harmonies of #141015
Complementary color
Monochromatic Colors of #141015
Black with #141015
Text Example
Text Example
White with #141015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141015; }
p { color: rgb(20,16,21); }
H1.HeaderClassName
{
color: #141015;
}
.AnyTagClassName
{
color: #141015;
}
</style>
background-color css
<style>
a { background-color: #141015; }
a { background-color: rgb(20,16,21); }
div.DivClassName
{
background-color: #141015;
}
.BgClassName
{
background-color: #141015;
}
</style>
border-color css
<style>
span { border-color: #141015; }
span { border-color: rgb(20,16,21); }
td.TdClassName
{
border-color: #141015;
}
.TagClassName
{
border-color: #141015;
}
</style>