Shades of Blackcurrant #140C18
Tints of Blackcurrant #140C18
RGB
CMYK
RGB Variations
Color information
#140C18 (or 0x140C18) is known color: Blackcurrant. HEX triplet: 14, 0C and 18. RGB value is (20,12,24). Sum of RGB (Red+Green+Blue) = 20+12+24=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #140C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C18 is #EBF3E7. Grayscale: #0F0F0F. Windows color (decimal): -15463400 or 1575956. OLE color: 1575956.
HSL color Cylindrical-coordinate representation of color #140C18: hue angle of 280º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140C18 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 12 | 24 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.91 |
| HSL | 280º | 0.33% | 0.07% | - |
| HSV(B) | 280º | 0.5% | 0.09% | - |
| XYZ | 0.58 | 0.48 | 0.93 | - |
| YUV | 15.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 24 | 0.17 | 0.50 | 0 | 0.91 | 280 | 0.33 | 0.07 |
| Hex | 14 | C | 18 | 11 | 32 | 0 | 5B | 118 | 21 | 7 |
| Octal | 24 | 14 | 30 | 21 | 62 | 0 | 133 | 430 | 41 | 7 |
| Binary | 10100 | 1100 | 11000 | 10001 | 110010 | 0 | 1011011 | 100011000 | 100001 | 111 |
Color Harmonies of #140C18
Complementary color
Monochromatic Colors of #140C18
Black with #140C18
Text Example
Text Example
White with #140C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C18; }
p { color: rgb(20,12,24); }
H1.HeaderClassName
{
color: #140C18;
}
.AnyTagClassName
{
color: #140C18;
}
</style>
background-color css
<style>
a { background-color: #140C18; }
a { background-color: rgb(20,12,24); }
div.DivClassName
{
background-color: #140C18;
}
.BgClassName
{
background-color: #140C18;
}
</style>
border-color css
<style>
span { border-color: #140C18; }
span { border-color: rgb(20,12,24); }
td.TdClassName
{
border-color: #140C18;
}
.TagClassName
{
border-color: #140C18;
}
</style>