Shades of Blackcurrant #420553
Tints of Blackcurrant #420553
RGB
CMYK
RGB Variations
Color information
#420553 (or 0x420553) is known color: Blackcurrant. HEX triplet: 42, 05 and 53. RGB value is (66,5,83). Sum of RGB (Red+Green+Blue) = 66+5+83=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #420553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420553 is #BDFAAC. Grayscale: #1F1F1F. Windows color (decimal): -12450477 or 5440834. OLE color: 5440834.
HSL color Cylindrical-coordinate representation of color #420553: hue angle of 286.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420553 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 5 | 83 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.67 |
| HSL | 286.92º | 0.89% | 0.17% | - |
| HSV(B) | 286.92º | 0.94% | 0.33% | - |
| XYZ | 3.86 | 1.89 | 8.35 | - |
| YUV | 32.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 83 | 0.20 | 0.94 | 0 | 0.67 | 286.92 | 0.89 | 0.17 |
| Hex | 42 | 5 | 53 | 14 | 5E | 0 | 43 | 11F | 59 | 11 |
| Octal | 102 | 5 | 123 | 24 | 136 | 0 | 103 | 437 | 131 | 21 |
| Binary | 1000010 | 101 | 1010011 | 10100 | 1011110 | 0 | 1000011 | 100011111 | 1011001 | 10001 |
Color Harmonies of #420553
Complementary color
Monochromatic Colors of #420553
Black with #420553
Text Example
Text Example
White with #420553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420553; }
p { color: rgb(66,5,83); }
H1.HeaderClassName
{
color: #420553;
}
.AnyTagClassName
{
color: #420553;
}
</style>
background-color css
<style>
a { background-color: #420553; }
a { background-color: rgb(66,5,83); }
div.DivClassName
{
background-color: #420553;
}
.BgClassName
{
background-color: #420553;
}
</style>
border-color css
<style>
span { border-color: #420553; }
span { border-color: rgb(66,5,83); }
td.TdClassName
{
border-color: #420553;
}
.TagClassName
{
border-color: #420553;
}
</style>