Shades of Blackcurrant #14002D
Tints of Blackcurrant #14002D
RGB
CMYK
RGB Variations
Color information
#14002D (or 0x14002D) is known color: Blackcurrant. HEX triplet: 14, 00 and 2D. RGB value is (20,0,45). Sum of RGB (Red+Green+Blue) = 20+0+45=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #14002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14002D is #EBFFD2. Grayscale: #0A0A0A. Windows color (decimal): -15466451 or 2949140. OLE color: 2949140.
HSL color Cylindrical-coordinate representation of color #14002D: hue angle of 266.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14002D is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 0 | 45 | - |
| CMYK | 0.56 | 1 | 0 | 0.82 |
| HSL | 266.67º | 1% | 0.09% | - |
| HSV(B) | 266.67º | 1% | 0.18% | - |
| XYZ | 0.76 | 0.34 | 2.51 | - |
| YUV | 11.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 45 | 0.56 | 1 | 0 | 0.82 | 266.67 | 1 | 0.09 |
| Hex | 14 | 0 | 2D | 38 | 64 | 0 | 52 | 10B | 64 | 9 |
| Octal | 24 | 0 | 55 | 70 | 144 | 0 | 122 | 413 | 144 | 11 |
| Binary | 10100 | 0 | 101101 | 111000 | 1100100 | 0 | 1010010 | 100001011 | 1100100 | 1001 |
Color Harmonies of #14002D
Complementary color
Monochromatic Colors of #14002D
Black with #14002D
Text Example
Text Example
White with #14002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14002D; }
p { color: rgb(20,0,45); }
H1.HeaderClassName
{
color: #14002D;
}
.AnyTagClassName
{
color: #14002D;
}
</style>
background-color css
<style>
a { background-color: #14002D; }
a { background-color: rgb(20,0,45); }
div.DivClassName
{
background-color: #14002D;
}
.BgClassName
{
background-color: #14002D;
}
</style>
border-color css
<style>
span { border-color: #14002D; }
span { border-color: rgb(20,0,45); }
td.TdClassName
{
border-color: #14002D;
}
.TagClassName
{
border-color: #14002D;
}
</style>