Shades of Blackcurrant #42014D
Tints of Blackcurrant #42014D
RGB
CMYK
RGB Variations
Color information
#42014D (or 0x42014D) is known color: Blackcurrant. HEX triplet: 42, 01 and 4D. RGB value is (66,1,77). Sum of RGB (Red+Green+Blue) = 66+1+77=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #42014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42014D is #BDFEB2. Grayscale: #1C1C1C. Windows color (decimal): -12451507 or 5046594. OLE color: 5046594.
HSL color Cylindrical-coordinate representation of color #42014D: hue angle of 291.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42014D is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 1 | 77 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.70 |
| HSL | 291.32º | 0.97% | 0.15% | - |
| HSV(B) | 291.32º | 0.99% | 0.3% | - |
| XYZ | 3.6 | 1.72 | 7.16 | - |
| YUV | 29.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 77 | 0.14 | 0.99 | 0 | 0.70 | 291.32 | 0.97 | 0.15 |
| Hex | 42 | 1 | 4D | E | 63 | 0 | 46 | 123 | 61 | F |
| Octal | 102 | 1 | 115 | 16 | 143 | 0 | 106 | 443 | 141 | 17 |
| Binary | 1000010 | 1 | 1001101 | 1110 | 1100011 | 0 | 1000110 | 100100011 | 1100001 | 1111 |
Color Harmonies of #42014D
Complementary color
Monochromatic Colors of #42014D
Black with #42014D
Text Example
Text Example
White with #42014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42014D; }
p { color: rgb(66,1,77); }
H1.HeaderClassName
{
color: #42014D;
}
.AnyTagClassName
{
color: #42014D;
}
</style>
background-color css
<style>
a { background-color: #42014D; }
a { background-color: rgb(66,1,77); }
div.DivClassName
{
background-color: #42014D;
}
.BgClassName
{
background-color: #42014D;
}
</style>
border-color css
<style>
span { border-color: #42014D; }
span { border-color: rgb(66,1,77); }
td.TdClassName
{
border-color: #42014D;
}
.TagClassName
{
border-color: #42014D;
}
</style>