Shades of Blackcurrant #140217
Tints of Blackcurrant #140217
RGB
CMYK
RGB Variations
Color information
#140217 (or 0x140217) is known color: Blackcurrant. HEX triplet: 14, 02 and 17. RGB value is (20,2,23). Sum of RGB (Red+Green+Blue) = 20+2+23=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #140217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140217 is #EBFDE8. Grayscale: #090909. Windows color (decimal): -15465961 or 1507860. OLE color: 1507860.
HSL color Cylindrical-coordinate representation of color #140217: hue angle of 291.43º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140217 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 2 | 23 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.91 |
| HSL | 291.43º | 0.84% | 0.05% | - |
| HSV(B) | 291.43º | 0.91% | 0.09% | - |
| XYZ | 0.46 | 0.25 | 0.84 | - |
| YUV | 9.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 23 | 0.13 | 0.91 | 0 | 0.91 | 291.43 | 0.84 | 0.05 |
| Hex | 14 | 2 | 17 | D | 5B | 0 | 5B | 123 | 54 | 5 |
| Octal | 24 | 2 | 27 | 15 | 133 | 0 | 133 | 443 | 124 | 5 |
| Binary | 10100 | 10 | 10111 | 1101 | 1011011 | 0 | 1011011 | 100100011 | 1010100 | 101 |
Color Harmonies of #140217
Complementary color
Monochromatic Colors of #140217
Black with #140217
Text Example
Text Example
White with #140217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140217; }
p { color: rgb(20,2,23); }
H1.HeaderClassName
{
color: #140217;
}
.AnyTagClassName
{
color: #140217;
}
</style>
background-color css
<style>
a { background-color: #140217; }
a { background-color: rgb(20,2,23); }
div.DivClassName
{
background-color: #140217;
}
.BgClassName
{
background-color: #140217;
}
</style>
border-color css
<style>
span { border-color: #140217; }
span { border-color: rgb(20,2,23); }
td.TdClassName
{
border-color: #140217;
}
.TagClassName
{
border-color: #140217;
}
</style>