Shades of Blackcurrant #14032A
Tints of Blackcurrant #14032A
RGB
CMYK
RGB Variations
Color information
#14032A (or 0x14032A) is known color: Blackcurrant. HEX triplet: 14, 03 and 2A. RGB value is (20,3,42). Sum of RGB (Red+Green+Blue) = 20+3+42=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 42 (16.80% from 255 or 64.62% from 65); Max value from RGB is 42 - color contains mainly: blue. Hex color #14032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14032A is #EBFCD5. Grayscale: #0C0C0C. Windows color (decimal): -15465686 or 2753300. OLE color: 2753300.
HSL color Cylindrical-coordinate representation of color #14032A: hue angle of 266.15º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14032A is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 3 | 42 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.84 |
| HSL | 266.15º | 0.87% | 0.09% | - |
| HSV(B) | 266.15º | 0.93% | 0.16% | - |
| XYZ | 0.74 | 0.38 | 2.23 | - |
| YUV | 12.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 42 | 0.52 | 0.93 | 0 | 0.84 | 266.15 | 0.87 | 0.09 |
| Hex | 14 | 3 | 2A | 34 | 5D | 0 | 54 | 10A | 57 | 9 |
| Octal | 24 | 3 | 52 | 64 | 135 | 0 | 124 | 412 | 127 | 11 |
| Binary | 10100 | 11 | 101010 | 110100 | 1011101 | 0 | 1010100 | 100001010 | 1010111 | 1001 |
Color Harmonies of #14032A
Complementary color
Monochromatic Colors of #14032A
Black with #14032A
Text Example
Text Example
White with #14032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14032A; }
p { color: rgb(20,3,42); }
H1.HeaderClassName
{
color: #14032A;
}
.AnyTagClassName
{
color: #14032A;
}
</style>
background-color css
<style>
a { background-color: #14032A; }
a { background-color: rgb(20,3,42); }
div.DivClassName
{
background-color: #14032A;
}
.BgClassName
{
background-color: #14032A;
}
</style>
border-color css
<style>
span { border-color: #14032A; }
span { border-color: rgb(20,3,42); }
td.TdClassName
{
border-color: #14032A;
}
.TagClassName
{
border-color: #14032A;
}
</style>