Shades of Blackcurrant #42004D
Tints of Blackcurrant #42004D
RGB
CMYK
RGB Variations
Color information
#42004D (or 0x42004D) is known color: Blackcurrant. HEX triplet: 42, 00 and 4D. RGB value is (66,0,77). Sum of RGB (Red+Green+Blue) = 66+0+77=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #42004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42004D is #BDFFB2. Grayscale: #1C1C1C. Windows color (decimal): -12451763 or 5046338. OLE color: 5046338.
HSL color Cylindrical-coordinate representation of color #42004D: hue angle of 291.43º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42004D is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 0 | 77 | - |
| CMYK | 0.14 | 1 | 0 | 0.70 |
| HSL | 291.43º | 1% | 0.15% | - |
| HSV(B) | 291.43º | 1% | 0.3% | - |
| XYZ | 3.59 | 1.69 | 7.16 | - |
| YUV | 28.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 77 | 0.14 | 1 | 0 | 0.70 | 291.43 | 1 | 0.15 |
| Hex | 42 | 0 | 4D | E | 64 | 0 | 46 | 123 | 64 | F |
| Octal | 102 | 0 | 115 | 16 | 144 | 0 | 106 | 443 | 144 | 17 |
| Binary | 1000010 | 0 | 1001101 | 1110 | 1100100 | 0 | 1000110 | 100100011 | 1100100 | 1111 |
Color Harmonies of #42004D
Complementary color
Monochromatic Colors of #42004D
Black with #42004D
Text Example
Text Example
White with #42004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42004D; }
p { color: rgb(66,0,77); }
H1.HeaderClassName
{
color: #42004D;
}
.AnyTagClassName
{
color: #42004D;
}
</style>
background-color css
<style>
a { background-color: #42004D; }
a { background-color: rgb(66,0,77); }
div.DivClassName
{
background-color: #42004D;
}
.BgClassName
{
background-color: #42004D;
}
</style>
border-color css
<style>
span { border-color: #42004D; }
span { border-color: rgb(66,0,77); }
td.TdClassName
{
border-color: #42004D;
}
.TagClassName
{
border-color: #42004D;
}
</style>