Shades of Blackcurrant #420358
Tints of Blackcurrant #420358
RGB
CMYK
RGB Variations
Color information
#420358 (or 0x420358) is known color: Blackcurrant. HEX triplet: 42, 03 and 58. RGB value is (66,3,88). Sum of RGB (Red+Green+Blue) = 66+3+88=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #420358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420358 is #BDFCA7. Grayscale: #1F1F1F. Windows color (decimal): -12450984 or 5768002. OLE color: 5768002.
HSL color Cylindrical-coordinate representation of color #420358: hue angle of 284.47º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420358 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 3 | 88 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.65 |
| HSL | 284.47º | 0.93% | 0.18% | - |
| HSV(B) | 284.47º | 0.97% | 0.35% | - |
| XYZ | 4.04 | 1.93 | 9.39 | - |
| YUV | 31.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 88 | 0.25 | 0.97 | 0 | 0.65 | 284.47 | 0.93 | 0.18 |
| Hex | 42 | 3 | 58 | 19 | 61 | 0 | 41 | 11C | 5D | 12 |
| Octal | 102 | 3 | 130 | 31 | 141 | 0 | 101 | 434 | 135 | 22 |
| Binary | 1000010 | 11 | 1011000 | 11001 | 1100001 | 0 | 1000001 | 100011100 | 1011101 | 10010 |
Color Harmonies of #420358
Complementary color
Monochromatic Colors of #420358
Black with #420358
Text Example
Text Example
White with #420358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420358; }
p { color: rgb(66,3,88); }
H1.HeaderClassName
{
color: #420358;
}
.AnyTagClassName
{
color: #420358;
}
</style>
background-color css
<style>
a { background-color: #420358; }
a { background-color: rgb(66,3,88); }
div.DivClassName
{
background-color: #420358;
}
.BgClassName
{
background-color: #420358;
}
</style>
border-color css
<style>
span { border-color: #420358; }
span { border-color: rgb(66,3,88); }
td.TdClassName
{
border-color: #420358;
}
.TagClassName
{
border-color: #420358;
}
</style>