Shades of Blackcurrant #14051C
Tints of Blackcurrant #14051C
RGB
CMYK
RGB Variations
Color information
#14051C (or 0x14051C) is known color: Blackcurrant. HEX triplet: 14, 05 and 1C. RGB value is (20,5,28). Sum of RGB (Red+Green+Blue) = 20+5+28=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #14051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051C is #EBFAE3. Grayscale: #0C0C0C. Windows color (decimal): -15465188 or 1836308. OLE color: 1836308.
HSL color Cylindrical-coordinate representation of color #14051C: hue angle of 279.13º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14051C is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 5 | 28 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.89 |
| HSL | 279.13º | 0.7% | 0.06% | - |
| HSV(B) | 279.13º | 0.82% | 0.11% | - |
| XYZ | 0.55 | 0.34 | 1.14 | - |
| YUV | 12.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 28 | 0.29 | 0.82 | 0 | 0.89 | 279.13 | 0.7 | 0.06 |
| Hex | 14 | 5 | 1C | 1D | 52 | 0 | 59 | 117 | 46 | 6 |
| Octal | 24 | 5 | 34 | 35 | 122 | 0 | 131 | 427 | 106 | 6 |
| Binary | 10100 | 101 | 11100 | 11101 | 1010010 | 0 | 1011001 | 100010111 | 1000110 | 110 |
Color Harmonies of #14051C
Complementary color
Monochromatic Colors of #14051C
Black with #14051C
Text Example
Text Example
White with #14051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14051C; }
p { color: rgb(20,5,28); }
H1.HeaderClassName
{
color: #14051C;
}
.AnyTagClassName
{
color: #14051C;
}
</style>
background-color css
<style>
a { background-color: #14051C; }
a { background-color: rgb(20,5,28); }
div.DivClassName
{
background-color: #14051C;
}
.BgClassName
{
background-color: #14051C;
}
</style>
border-color css
<style>
span { border-color: #14051C; }
span { border-color: rgb(20,5,28); }
td.TdClassName
{
border-color: #14051C;
}
.TagClassName
{
border-color: #14051C;
}
</style>