Shades of Blackcurrant #140C17
Tints of Blackcurrant #140C17
RGB
CMYK
RGB Variations
Color information
#140C17 (or 0x140C17) is known color: Blackcurrant. HEX triplet: 14, 0C and 17. RGB value is (20,12,23). Sum of RGB (Red+Green+Blue) = 20+12+23=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #140C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C17 is #EBF3E8. Grayscale: #0F0F0F. Windows color (decimal): -15463401 or 1510420. OLE color: 1510420.
HSL color Cylindrical-coordinate representation of color #140C17: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #140C17 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 12 | 23 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.91 |
| HSL | 283.64º | 0.31% | 0.07% | - |
| HSV(B) | 283.64º | 0.48% | 0.09% | - |
| XYZ | 0.57 | 0.47 | 0.87 | - |
| YUV | 15.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 23 | 0.13 | 0.48 | 0 | 0.91 | 283.64 | 0.31 | 0.07 |
| Hex | 14 | C | 17 | D | 30 | 0 | 5B | 11C | 1F | 7 |
| Octal | 24 | 14 | 27 | 15 | 60 | 0 | 133 | 434 | 37 | 7 |
| Binary | 10100 | 1100 | 10111 | 1101 | 110000 | 0 | 1011011 | 100011100 | 11111 | 111 |
Color Harmonies of #140C17
Complementary color
Monochromatic Colors of #140C17
Black with #140C17
Text Example
Text Example
White with #140C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C17; }
p { color: rgb(20,12,23); }
H1.HeaderClassName
{
color: #140C17;
}
.AnyTagClassName
{
color: #140C17;
}
</style>
background-color css
<style>
a { background-color: #140C17; }
a { background-color: rgb(20,12,23); }
div.DivClassName
{
background-color: #140C17;
}
.BgClassName
{
background-color: #140C17;
}
</style>
border-color css
<style>
span { border-color: #140C17; }
span { border-color: rgb(20,12,23); }
td.TdClassName
{
border-color: #140C17;
}
.TagClassName
{
border-color: #140C17;
}
</style>