Shades of Blackcurrant #420456
Tints of Blackcurrant #420456
RGB
CMYK
RGB Variations
Color information
#420456 (or 0x420456) is known color: Blackcurrant. HEX triplet: 42, 04 and 56. RGB value is (66,4,86). Sum of RGB (Red+Green+Blue) = 66+4+86=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #420456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420456 is #BDFBA9. Grayscale: #1F1F1F. Windows color (decimal): -12450730 or 5637186. OLE color: 5637186.
HSL color Cylindrical-coordinate representation of color #420456: hue angle of 285.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420456 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 4 | 86 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.66 |
| HSL | 285.37º | 0.91% | 0.18% | - |
| HSV(B) | 285.37º | 0.95% | 0.34% | - |
| XYZ | 3.97 | 1.92 | 8.96 | - |
| YUV | 31.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 86 | 0.23 | 0.95 | 0 | 0.66 | 285.37 | 0.91 | 0.18 |
| Hex | 42 | 4 | 56 | 17 | 5F | 0 | 42 | 11D | 5B | 12 |
| Octal | 102 | 4 | 126 | 27 | 137 | 0 | 102 | 435 | 133 | 22 |
| Binary | 1000010 | 100 | 1010110 | 10111 | 1011111 | 0 | 1000010 | 100011101 | 1011011 | 10010 |
Color Harmonies of #420456
Complementary color
Monochromatic Colors of #420456
Black with #420456
Text Example
Text Example
White with #420456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420456; }
p { color: rgb(66,4,86); }
H1.HeaderClassName
{
color: #420456;
}
.AnyTagClassName
{
color: #420456;
}
</style>
background-color css
<style>
a { background-color: #420456; }
a { background-color: rgb(66,4,86); }
div.DivClassName
{
background-color: #420456;
}
.BgClassName
{
background-color: #420456;
}
</style>
border-color css
<style>
span { border-color: #420456; }
span { border-color: rgb(66,4,86); }
td.TdClassName
{
border-color: #420456;
}
.TagClassName
{
border-color: #420456;
}
</style>