Shades of Blackcurrant #420552
Tints of Blackcurrant #420552
RGB
CMYK
RGB Variations
Color information
#420552 (or 0x420552) is known color: Blackcurrant. HEX triplet: 42, 05 and 52. RGB value is (66,5,82). Sum of RGB (Red+Green+Blue) = 66+5+82=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #420552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420552 is #BDFAAD. Grayscale: #1F1F1F. Windows color (decimal): -12450478 or 5375298. OLE color: 5375298.
HSL color Cylindrical-coordinate representation of color #420552: hue angle of 287.53º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420552 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 5 | 82 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.68 |
| HSL | 287.53º | 0.89% | 0.17% | - |
| HSV(B) | 287.53º | 0.94% | 0.32% | - |
| XYZ | 3.82 | 1.88 | 8.14 | - |
| YUV | 32.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 82 | 0.20 | 0.94 | 0 | 0.68 | 287.53 | 0.89 | 0.17 |
| Hex | 42 | 5 | 52 | 14 | 5E | 0 | 44 | 120 | 59 | 11 |
| Octal | 102 | 5 | 122 | 24 | 136 | 0 | 104 | 440 | 131 | 21 |
| Binary | 1000010 | 101 | 1010010 | 10100 | 1011110 | 0 | 1000100 | 100100000 | 1011001 | 10001 |
Color Harmonies of #420552
Complementary color
Monochromatic Colors of #420552
Black with #420552
Text Example
Text Example
White with #420552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420552; }
p { color: rgb(66,5,82); }
H1.HeaderClassName
{
color: #420552;
}
.AnyTagClassName
{
color: #420552;
}
</style>
background-color css
<style>
a { background-color: #420552; }
a { background-color: rgb(66,5,82); }
div.DivClassName
{
background-color: #420552;
}
.BgClassName
{
background-color: #420552;
}
</style>
border-color css
<style>
span { border-color: #420552; }
span { border-color: rgb(66,5,82); }
td.TdClassName
{
border-color: #420552;
}
.TagClassName
{
border-color: #420552;
}
</style>