Shades of Blackcurrant #42004E
Tints of Blackcurrant #42004E
RGB
CMYK
RGB Variations
Color information
#42004E (or 0x42004E) is known color: Blackcurrant. HEX triplet: 42, 00 and 4E. RGB value is (66,0,78). Sum of RGB (Red+Green+Blue) = 66+0+78=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #42004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42004E is #BDFFB1. Grayscale: #1C1C1C. Windows color (decimal): -12451762 or 5111874. OLE color: 5111874.
HSL color Cylindrical-coordinate representation of color #42004E: hue angle of 290.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42004E is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 0 | 78 | - |
| CMYK | 0.15 | 1 | 0 | 0.69 |
| HSL | 290.77º | 1% | 0.15% | - |
| HSV(B) | 290.77º | 1% | 0.31% | - |
| XYZ | 3.62 | 1.71 | 7.35 | - |
| YUV | 28.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 78 | 0.15 | 1 | 0 | 0.69 | 290.77 | 1 | 0.15 |
| Hex | 42 | 0 | 4E | F | 64 | 0 | 45 | 123 | 64 | F |
| Octal | 102 | 0 | 116 | 17 | 144 | 0 | 105 | 443 | 144 | 17 |
| Binary | 1000010 | 0 | 1001110 | 1111 | 1100100 | 0 | 1000101 | 100100011 | 1100100 | 1111 |
Color Harmonies of #42004E
Complementary color
Monochromatic Colors of #42004E
Black with #42004E
Text Example
Text Example
White with #42004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42004E; }
p { color: rgb(66,0,78); }
H1.HeaderClassName
{
color: #42004E;
}
.AnyTagClassName
{
color: #42004E;
}
</style>
background-color css
<style>
a { background-color: #42004E; }
a { background-color: rgb(66,0,78); }
div.DivClassName
{
background-color: #42004E;
}
.BgClassName
{
background-color: #42004E;
}
</style>
border-color css
<style>
span { border-color: #42004E; }
span { border-color: rgb(66,0,78); }
td.TdClassName
{
border-color: #42004E;
}
.TagClassName
{
border-color: #42004E;
}
</style>