Shades of Blackcurrant #42084B
Tints of Blackcurrant #42084B
RGB
CMYK
RGB Variations
Color information
#42084B (or 0x42084B) is known color: Blackcurrant. HEX triplet: 42, 08 and 4B. RGB value is (66,8,75). Sum of RGB (Red+Green+Blue) = 66+8+75=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #42084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42084B is #BDF7B4. Grayscale: #202020. Windows color (decimal): -12449717 or 4917314. OLE color: 4917314.
HSL color Cylindrical-coordinate representation of color #42084B: hue angle of 291.94º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42084B is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 8 | 75 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.71 |
| HSL | 291.94º | 0.81% | 0.16% | - |
| HSV(B) | 291.94º | 0.89% | 0.29% | - |
| XYZ | 3.6 | 1.84 | 6.82 | - |
| YUV | 32.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 75 | 0.12 | 0.89 | 0 | 0.71 | 291.94 | 0.81 | 0.16 |
| Hex | 42 | 8 | 4B | C | 59 | 0 | 47 | 124 | 51 | 10 |
| Octal | 102 | 10 | 113 | 14 | 131 | 0 | 107 | 444 | 121 | 20 |
| Binary | 1000010 | 1000 | 1001011 | 1100 | 1011001 | 0 | 1000111 | 100100100 | 1010001 | 10000 |
Color Harmonies of #42084B
Complementary color
Monochromatic Colors of #42084B
Black with #42084B
Text Example
Text Example
White with #42084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42084B; }
p { color: rgb(66,8,75); }
H1.HeaderClassName
{
color: #42084B;
}
.AnyTagClassName
{
color: #42084B;
}
</style>
background-color css
<style>
a { background-color: #42084B; }
a { background-color: rgb(66,8,75); }
div.DivClassName
{
background-color: #42084B;
}
.BgClassName
{
background-color: #42084B;
}
</style>
border-color css
<style>
span { border-color: #42084B; }
span { border-color: rgb(66,8,75); }
td.TdClassName
{
border-color: #42084B;
}
.TagClassName
{
border-color: #42084B;
}
</style>