Shades of Blackcurrant #14003A
Tints of Blackcurrant #14003A
RGB
CMYK
RGB Variations
Color information
#14003A (or 0x14003A) is known color: Blackcurrant. HEX triplet: 14, 00 and 3A. RGB value is (20,0,58). Sum of RGB (Red+Green+Blue) = 20+0+58=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 58 (23.05% from 255 or 74.36% from 78); Max value from RGB is 58 - color contains mainly: blue. Hex color #14003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14003A is #EBFFC5. Grayscale: #0C0C0C. Windows color (decimal): -15466438 or 3801108. OLE color: 3801108.
HSL color Cylindrical-coordinate representation of color #14003A: hue angle of 260.69º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14003A is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 0 | 58 | - |
| CMYK | 0.66 | 1 | 0 | 0.77 |
| HSL | 260.69º | 1% | 0.11% | - |
| HSV(B) | 260.69º | 1% | 0.23% | - |
| XYZ | 1.05 | 0.45 | 4.04 | - |
| YUV | 12.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 58 | 0.66 | 1 | 0 | 0.77 | 260.69 | 1 | 0.11 |
| Hex | 14 | 0 | 3A | 42 | 64 | 0 | 4D | 105 | 64 | B |
| Octal | 24 | 0 | 72 | 102 | 144 | 0 | 115 | 405 | 144 | 13 |
| Binary | 10100 | 0 | 111010 | 1000010 | 1100100 | 0 | 1001101 | 100000101 | 1100100 | 1011 |
Color Harmonies of #14003A
Complementary color
Monochromatic Colors of #14003A
Black with #14003A
Text Example
Text Example
White with #14003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14003A; }
p { color: rgb(20,0,58); }
H1.HeaderClassName
{
color: #14003A;
}
.AnyTagClassName
{
color: #14003A;
}
</style>
background-color css
<style>
a { background-color: #14003A; }
a { background-color: rgb(20,0,58); }
div.DivClassName
{
background-color: #14003A;
}
.BgClassName
{
background-color: #14003A;
}
</style>
border-color css
<style>
span { border-color: #14003A; }
span { border-color: rgb(20,0,58); }
td.TdClassName
{
border-color: #14003A;
}
.TagClassName
{
border-color: #14003A;
}
</style>