Shades of Blackcurrant #420350
Tints of Blackcurrant #420350
RGB
CMYK
RGB Variations
Color information
#420350 (or 0x420350) is known color: Blackcurrant. HEX triplet: 42, 03 and 50. RGB value is (66,3,80). Sum of RGB (Red+Green+Blue) = 66+3+80=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #420350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420350 is #BDFCAF. Grayscale: #1E1E1E. Windows color (decimal): -12450992 or 5243714. OLE color: 5243714.
HSL color Cylindrical-coordinate representation of color #420350: hue angle of 289.09º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420350 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 3 | 80 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.69 |
| HSL | 289.09º | 0.93% | 0.16% | - |
| HSV(B) | 289.09º | 0.96% | 0.31% | - |
| XYZ | 3.73 | 1.8 | 7.74 | - |
| YUV | 30.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 80 | 0.17 | 0.96 | 0 | 0.69 | 289.09 | 0.93 | 0.16 |
| Hex | 42 | 3 | 50 | 11 | 60 | 0 | 45 | 121 | 5D | 10 |
| Octal | 102 | 3 | 120 | 21 | 140 | 0 | 105 | 441 | 135 | 20 |
| Binary | 1000010 | 11 | 1010000 | 10001 | 1100000 | 0 | 1000101 | 100100001 | 1011101 | 10000 |
Color Harmonies of #420350
Complementary color
Monochromatic Colors of #420350
Black with #420350
Text Example
Text Example
White with #420350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420350; }
p { color: rgb(66,3,80); }
H1.HeaderClassName
{
color: #420350;
}
.AnyTagClassName
{
color: #420350;
}
</style>
background-color css
<style>
a { background-color: #420350; }
a { background-color: rgb(66,3,80); }
div.DivClassName
{
background-color: #420350;
}
.BgClassName
{
background-color: #420350;
}
</style>
border-color css
<style>
span { border-color: #420350; }
span { border-color: rgb(66,3,80); }
td.TdClassName
{
border-color: #420350;
}
.TagClassName
{
border-color: #420350;
}
</style>