Shades of Blackcurrant #14081D
Tints of Blackcurrant #14081D
RGB
CMYK
RGB Variations
Color information
#14081D (or 0x14081D) is known color: Blackcurrant. HEX triplet: 14, 08 and 1D. RGB value is (20,8,29). Sum of RGB (Red+Green+Blue) = 20+8+29=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #14081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14081D is #EBF7E2. Grayscale: #0D0D0D. Windows color (decimal): -15464419 or 1902612. OLE color: 1902612.
HSL color Cylindrical-coordinate representation of color #14081D: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14081D is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 8 | 29 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.89 |
| HSL | 274.29º | 0.57% | 0.07% | - |
| HSV(B) | 274.29º | 0.72% | 0.11% | - |
| XYZ | 0.6 | 0.41 | 1.21 | - |
| YUV | 13.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 29 | 0.31 | 0.72 | 0 | 0.89 | 274.29 | 0.57 | 0.07 |
| Hex | 14 | 8 | 1D | 1F | 48 | 0 | 59 | 112 | 39 | 7 |
| Octal | 24 | 10 | 35 | 37 | 110 | 0 | 131 | 422 | 71 | 7 |
| Binary | 10100 | 1000 | 11101 | 11111 | 1001000 | 0 | 1011001 | 100010010 | 111001 | 111 |
Color Harmonies of #14081D
Complementary color
Monochromatic Colors of #14081D
Black with #14081D
Text Example
Text Example
White with #14081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14081D; }
p { color: rgb(20,8,29); }
H1.HeaderClassName
{
color: #14081D;
}
.AnyTagClassName
{
color: #14081D;
}
</style>
background-color css
<style>
a { background-color: #14081D; }
a { background-color: rgb(20,8,29); }
div.DivClassName
{
background-color: #14081D;
}
.BgClassName
{
background-color: #14081D;
}
</style>
border-color css
<style>
span { border-color: #14081D; }
span { border-color: rgb(20,8,29); }
td.TdClassName
{
border-color: #14081D;
}
.TagClassName
{
border-color: #14081D;
}
</style>