Shades of Blackcurrant #42084E
Tints of Blackcurrant #42084E
RGB
CMYK
RGB Variations
Color information
#42084E (or 0x42084E) is known color: Blackcurrant. HEX triplet: 42, 08 and 4E. RGB value is (66,8,78). Sum of RGB (Red+Green+Blue) = 66+8+78=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #42084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42084E is #BDF7B1. Grayscale: #212121. Windows color (decimal): -12449714 or 5113922. OLE color: 5113922.
HSL color Cylindrical-coordinate representation of color #42084E: hue angle of 289.71º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42084E is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 8 | 78 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.69 |
| HSL | 289.71º | 0.81% | 0.17% | - |
| HSV(B) | 289.71º | 0.9% | 0.31% | - |
| XYZ | 3.71 | 1.88 | 7.38 | - |
| YUV | 33.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 78 | 0.15 | 0.90 | 0 | 0.69 | 289.71 | 0.81 | 0.17 |
| Hex | 42 | 8 | 4E | F | 5A | 0 | 45 | 122 | 51 | 11 |
| Octal | 102 | 10 | 116 | 17 | 132 | 0 | 105 | 442 | 121 | 21 |
| Binary | 1000010 | 1000 | 1001110 | 1111 | 1011010 | 0 | 1000101 | 100100010 | 1010001 | 10001 |
Color Harmonies of #42084E
Complementary color
Monochromatic Colors of #42084E
Black with #42084E
Text Example
Text Example
White with #42084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42084E; }
p { color: rgb(66,8,78); }
H1.HeaderClassName
{
color: #42084E;
}
.AnyTagClassName
{
color: #42084E;
}
</style>
background-color css
<style>
a { background-color: #42084E; }
a { background-color: rgb(66,8,78); }
div.DivClassName
{
background-color: #42084E;
}
.BgClassName
{
background-color: #42084E;
}
</style>
border-color css
<style>
span { border-color: #42084E; }
span { border-color: rgb(66,8,78); }
td.TdClassName
{
border-color: #42084E;
}
.TagClassName
{
border-color: #42084E;
}
</style>