Shades of Blackcurrant #14022A
Tints of Blackcurrant #14022A
RGB
CMYK
RGB Variations
Color information
#14022A (or 0x14022A) is known color: Blackcurrant. HEX triplet: 14, 02 and 2A. RGB value is (20,2,42). Sum of RGB (Red+Green+Blue) = 20+2+42=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #14022A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14022A is #EBFDD5. Grayscale: #0B0B0B. Windows color (decimal): -15465942 or 2753044. OLE color: 2753044.
HSL color Cylindrical-coordinate representation of color #14022A: hue angle of 267º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14022A is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 2 | 42 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.84 |
| HSL | 267º | 0.91% | 0.09% | - |
| HSV(B) | 267º | 0.95% | 0.16% | - |
| XYZ | 0.73 | 0.36 | 2.22 | - |
| YUV | 11.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 42 | 0.52 | 0.95 | 0 | 0.84 | 267 | 0.91 | 0.09 |
| Hex | 14 | 2 | 2A | 34 | 5F | 0 | 54 | 10B | 5B | 9 |
| Octal | 24 | 2 | 52 | 64 | 137 | 0 | 124 | 413 | 133 | 11 |
| Binary | 10100 | 10 | 101010 | 110100 | 1011111 | 0 | 1010100 | 100001011 | 1011011 | 1001 |
Color Harmonies of #14022A
Complementary color
Monochromatic Colors of #14022A
Black with #14022A
Text Example
Text Example
White with #14022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14022A; }
p { color: rgb(20,2,42); }
H1.HeaderClassName
{
color: #14022A;
}
.AnyTagClassName
{
color: #14022A;
}
</style>
background-color css
<style>
a { background-color: #14022A; }
a { background-color: rgb(20,2,42); }
div.DivClassName
{
background-color: #14022A;
}
.BgClassName
{
background-color: #14022A;
}
</style>
border-color css
<style>
span { border-color: #14022A; }
span { border-color: rgb(20,2,42); }
td.TdClassName
{
border-color: #14022A;
}
.TagClassName
{
border-color: #14022A;
}
</style>