Shades of Blackcurrant #14042A
Tints of Blackcurrant #14042A
RGB
CMYK
RGB Variations
Color information
#14042A (or 0x14042A) is known color: Blackcurrant. HEX triplet: 14, 04 and 2A. RGB value is (20,4,42). Sum of RGB (Red+Green+Blue) = 20+4+42=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 42 (16.80% from 255 or 63.64% from 66); Max value from RGB is 42 - color contains mainly: blue. Hex color #14042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14042A is #EBFBD5. Grayscale: #0C0C0C. Windows color (decimal): -15465430 or 2753556. OLE color: 2753556.
HSL color Cylindrical-coordinate representation of color #14042A: hue angle of 265.26º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14042A is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 4 | 42 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.84 |
| HSL | 265.26º | 0.83% | 0.09% | - |
| HSV(B) | 265.26º | 0.9% | 0.16% | - |
| XYZ | 0.75 | 0.4 | 2.23 | - |
| YUV | 13.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 42 | 0.52 | 0.90 | 0 | 0.84 | 265.26 | 0.83 | 0.09 |
| Hex | 14 | 4 | 2A | 34 | 5A | 0 | 54 | 109 | 53 | 9 |
| Octal | 24 | 4 | 52 | 64 | 132 | 0 | 124 | 411 | 123 | 11 |
| Binary | 10100 | 100 | 101010 | 110100 | 1011010 | 0 | 1010100 | 100001001 | 1010011 | 1001 |
Color Harmonies of #14042A
Complementary color
Monochromatic Colors of #14042A
Black with #14042A
Text Example
Text Example
White with #14042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14042A; }
p { color: rgb(20,4,42); }
H1.HeaderClassName
{
color: #14042A;
}
.AnyTagClassName
{
color: #14042A;
}
</style>
background-color css
<style>
a { background-color: #14042A; }
a { background-color: rgb(20,4,42); }
div.DivClassName
{
background-color: #14042A;
}
.BgClassName
{
background-color: #14042A;
}
</style>
border-color css
<style>
span { border-color: #14042A; }
span { border-color: rgb(20,4,42); }
td.TdClassName
{
border-color: #14042A;
}
.TagClassName
{
border-color: #14042A;
}
</style>