Shades of Blackcurrant #420353
Tints of Blackcurrant #420353
RGB
CMYK
RGB Variations
Color information
#420353 (or 0x420353) is known color: Blackcurrant. HEX triplet: 42, 03 and 53. RGB value is (66,3,83). Sum of RGB (Red+Green+Blue) = 66+3+83=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #420353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420353 is #BDFCAC. Grayscale: #1E1E1E. Windows color (decimal): -12450989 or 5440322. OLE color: 5440322.
HSL color Cylindrical-coordinate representation of color #420353: hue angle of 287.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420353 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 3 | 83 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.67 |
| HSL | 287.25º | 0.93% | 0.17% | - |
| HSV(B) | 287.25º | 0.96% | 0.33% | - |
| XYZ | 3.84 | 1.85 | 8.34 | - |
| YUV | 30.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 83 | 0.20 | 0.96 | 0 | 0.67 | 287.25 | 0.93 | 0.17 |
| Hex | 42 | 3 | 53 | 14 | 60 | 0 | 43 | 11F | 5D | 11 |
| Octal | 102 | 3 | 123 | 24 | 140 | 0 | 103 | 437 | 135 | 21 |
| Binary | 1000010 | 11 | 1010011 | 10100 | 1100000 | 0 | 1000011 | 100011111 | 1011101 | 10001 |
Color Harmonies of #420353
Complementary color
Monochromatic Colors of #420353
Black with #420353
Text Example
Text Example
White with #420353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420353; }
p { color: rgb(66,3,83); }
H1.HeaderClassName
{
color: #420353;
}
.AnyTagClassName
{
color: #420353;
}
</style>
background-color css
<style>
a { background-color: #420353; }
a { background-color: rgb(66,3,83); }
div.DivClassName
{
background-color: #420353;
}
.BgClassName
{
background-color: #420353;
}
</style>
border-color css
<style>
span { border-color: #420353; }
span { border-color: rgb(66,3,83); }
td.TdClassName
{
border-color: #420353;
}
.TagClassName
{
border-color: #420353;
}
</style>