Shades of Blackcurrant #140A1E
Tints of Blackcurrant #140A1E
RGB
CMYK
RGB Variations
Color information
#140A1E (or 0x140A1E) is known color: Blackcurrant. HEX triplet: 14, 0A and 1E. RGB value is (20,10,30). Sum of RGB (Red+Green+Blue) = 20+10+30=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #140A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A1E is #EBF5E1. Grayscale: #0F0F0F. Windows color (decimal): -15463906 or 1968660. OLE color: 1968660.
HSL color Cylindrical-coordinate representation of color #140A1E: hue angle of 270º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #140A1E is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 10 | 30 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.88 |
| HSL | 270º | 0.5% | 0.08% | - |
| HSV(B) | 270º | 0.67% | 0.12% | - |
| XYZ | 0.63 | 0.46 | 1.28 | - |
| YUV | 15.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 30 | 0.33 | 0.67 | 0 | 0.88 | 270 | 0.5 | 0.08 |
| Hex | 14 | A | 1E | 21 | 43 | 0 | 58 | 10E | 32 | 8 |
| Octal | 24 | 12 | 36 | 41 | 103 | 0 | 130 | 416 | 62 | 10 |
| Binary | 10100 | 1010 | 11110 | 100001 | 1000011 | 0 | 1011000 | 100001110 | 110010 | 1000 |
Color Harmonies of #140A1E
Complementary color
Monochromatic Colors of #140A1E
Black with #140A1E
Text Example
Text Example
White with #140A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A1E; }
p { color: rgb(20,10,30); }
H1.HeaderClassName
{
color: #140A1E;
}
.AnyTagClassName
{
color: #140A1E;
}
</style>
background-color css
<style>
a { background-color: #140A1E; }
a { background-color: rgb(20,10,30); }
div.DivClassName
{
background-color: #140A1E;
}
.BgClassName
{
background-color: #140A1E;
}
</style>
border-color css
<style>
span { border-color: #140A1E; }
span { border-color: rgb(20,10,30); }
td.TdClassName
{
border-color: #140A1E;
}
.TagClassName
{
border-color: #140A1E;
}
</style>