Shades of Blackcurrant #141018
Tints of Blackcurrant #141018
RGB
CMYK
RGB Variations
Color information
#141018 (or 0x141018) is known color: Blackcurrant. HEX triplet: 14, 10 and 18. RGB value is (20,16,24). Sum of RGB (Red+Green+Blue) = 20+16+24=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #141018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141018 is #EBEFE7. Grayscale: #121212. Windows color (decimal): -15462376 or 1576980. OLE color: 1576980.
HSL color Cylindrical-coordinate representation of color #141018: hue angle of 270º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141018 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 16 | 24 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.91 |
| HSL | 270º | 0.2% | 0.08% | - |
| HSV(B) | 270º | 0.33% | 0.09% | - |
| XYZ | 0.64 | 0.59 | 0.94 | - |
| YUV | 18.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 24 | 0.17 | 0.33 | 0 | 0.91 | 270 | 0.2 | 0.08 |
| Hex | 14 | 10 | 18 | 11 | 21 | 0 | 5B | 10E | 14 | 8 |
| Octal | 24 | 20 | 30 | 21 | 41 | 0 | 133 | 416 | 24 | 10 |
| Binary | 10100 | 10000 | 11000 | 10001 | 100001 | 0 | 1011011 | 100001110 | 10100 | 1000 |
Color Harmonies of #141018
Complementary color
Monochromatic Colors of #141018
Black with #141018
Text Example
Text Example
White with #141018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141018; }
p { color: rgb(20,16,24); }
H1.HeaderClassName
{
color: #141018;
}
.AnyTagClassName
{
color: #141018;
}
</style>
background-color css
<style>
a { background-color: #141018; }
a { background-color: rgb(20,16,24); }
div.DivClassName
{
background-color: #141018;
}
.BgClassName
{
background-color: #141018;
}
</style>
border-color css
<style>
span { border-color: #141018; }
span { border-color: rgb(20,16,24); }
td.TdClassName
{
border-color: #141018;
}
.TagClassName
{
border-color: #141018;
}
</style>