Shades of Blackcurrant #140D1F
Tints of Blackcurrant #140D1F
RGB
CMYK
RGB Variations
Color information
#140D1F (or 0x140D1F) is known color: Blackcurrant. HEX triplet: 14, 0D and 1F. RGB value is (20,13,31). Sum of RGB (Red+Green+Blue) = 20+13+31=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #140D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D1F is #EBF2E0. Grayscale: #111111. Windows color (decimal): -15463137 or 2034964. OLE color: 2034964.
HSL color Cylindrical-coordinate representation of color #140D1F: hue angle of 263.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #140D1F is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 13 | 31 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.88 |
| HSL | 263.33º | 0.41% | 0.09% | - |
| HSV(B) | 263.33º | 0.58% | 0.12% | - |
| XYZ | 0.68 | 0.54 | 1.36 | - |
| YUV | 17.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 31 | 0.35 | 0.58 | 0 | 0.88 | 263.33 | 0.41 | 0.09 |
| Hex | 14 | D | 1F | 23 | 3A | 0 | 58 | 107 | 29 | 9 |
| Octal | 24 | 15 | 37 | 43 | 72 | 0 | 130 | 407 | 51 | 11 |
| Binary | 10100 | 1101 | 11111 | 100011 | 111010 | 0 | 1011000 | 100000111 | 101001 | 1001 |
Color Harmonies of #140D1F
Complementary color
Monochromatic Colors of #140D1F
Black with #140D1F
Text Example
Text Example
White with #140D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D1F; }
p { color: rgb(20,13,31); }
H1.HeaderClassName
{
color: #140D1F;
}
.AnyTagClassName
{
color: #140D1F;
}
</style>
background-color css
<style>
a { background-color: #140D1F; }
a { background-color: rgb(20,13,31); }
div.DivClassName
{
background-color: #140D1F;
}
.BgClassName
{
background-color: #140D1F;
}
</style>
border-color css
<style>
span { border-color: #140D1F; }
span { border-color: rgb(20,13,31); }
td.TdClassName
{
border-color: #140D1F;
}
.TagClassName
{
border-color: #140D1F;
}
</style>