Shades of Blackcurrant #140A18
Tints of Blackcurrant #140A18
RGB
CMYK
RGB Variations
Color information
#140A18 (or 0x140A18) is known color: Blackcurrant. HEX triplet: 14, 0A and 18. RGB value is (20,10,24). Sum of RGB (Red+Green+Blue) = 20+10+24=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #140A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A18 is #EBF5E7. Grayscale: #0E0E0E. Windows color (decimal): -15463912 or 1575444. OLE color: 1575444.
HSL color Cylindrical-coordinate representation of color #140A18: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #140A18 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 10 | 24 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.91 |
| HSL | 282.86º | 0.41% | 0.07% | - |
| HSV(B) | 282.86º | 0.58% | 0.09% | - |
| XYZ | 0.56 | 0.43 | 0.92 | - |
| YUV | 14.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 24 | 0.17 | 0.58 | 0 | 0.91 | 282.86 | 0.41 | 0.07 |
| Hex | 14 | A | 18 | 11 | 3A | 0 | 5B | 11B | 29 | 7 |
| Octal | 24 | 12 | 30 | 21 | 72 | 0 | 133 | 433 | 51 | 7 |
| Binary | 10100 | 1010 | 11000 | 10001 | 111010 | 0 | 1011011 | 100011011 | 101001 | 111 |
Color Harmonies of #140A18
Complementary color
Monochromatic Colors of #140A18
Black with #140A18
Text Example
Text Example
White with #140A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A18; }
p { color: rgb(20,10,24); }
H1.HeaderClassName
{
color: #140A18;
}
.AnyTagClassName
{
color: #140A18;
}
</style>
background-color css
<style>
a { background-color: #140A18; }
a { background-color: rgb(20,10,24); }
div.DivClassName
{
background-color: #140A18;
}
.BgClassName
{
background-color: #140A18;
}
</style>
border-color css
<style>
span { border-color: #140A18; }
span { border-color: rgb(20,10,24); }
td.TdClassName
{
border-color: #140A18;
}
.TagClassName
{
border-color: #140A18;
}
</style>