Shades of Blackcurrant #14081C
Tints of Blackcurrant #14081C
RGB
CMYK
RGB Variations
Color information
#14081C (or 0x14081C) is known color: Blackcurrant. HEX triplet: 14, 08 and 1C. RGB value is (20,8,28). Sum of RGB (Red+Green+Blue) = 20+8+28=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #14081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14081C is #EBF7E3. Grayscale: #0D0D0D. Windows color (decimal): -15464420 or 1837076. OLE color: 1837076.
HSL color Cylindrical-coordinate representation of color #14081C: hue angle of 276º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14081C is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 8 | 28 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.89 |
| HSL | 276º | 0.56% | 0.07% | - |
| HSV(B) | 276º | 0.71% | 0.11% | - |
| XYZ | 0.58 | 0.41 | 1.15 | - |
| YUV | 13.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 28 | 0.29 | 0.71 | 0 | 0.89 | 276 | 0.56 | 0.07 |
| Hex | 14 | 8 | 1C | 1D | 47 | 0 | 59 | 114 | 38 | 7 |
| Octal | 24 | 10 | 34 | 35 | 107 | 0 | 131 | 424 | 70 | 7 |
| Binary | 10100 | 1000 | 11100 | 11101 | 1000111 | 0 | 1011001 | 100010100 | 111000 | 111 |
Color Harmonies of #14081C
Complementary color
Monochromatic Colors of #14081C
Black with #14081C
Text Example
Text Example
White with #14081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14081C; }
p { color: rgb(20,8,28); }
H1.HeaderClassName
{
color: #14081C;
}
.AnyTagClassName
{
color: #14081C;
}
</style>
background-color css
<style>
a { background-color: #14081C; }
a { background-color: rgb(20,8,28); }
div.DivClassName
{
background-color: #14081C;
}
.BgClassName
{
background-color: #14081C;
}
</style>
border-color css
<style>
span { border-color: #14081C; }
span { border-color: rgb(20,8,28); }
td.TdClassName
{
border-color: #14081C;
}
.TagClassName
{
border-color: #14081C;
}
</style>