Shades of Blackcurrant #420A53
Tints of Blackcurrant #420A53
RGB
CMYK
RGB Variations
Color information
#420A53 (or 0x420A53) is known color: Blackcurrant. HEX triplet: 42, 0A and 53. RGB value is (66,10,83). Sum of RGB (Red+Green+Blue) = 66+10+83=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #420A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A53 is #BDF5AC. Grayscale: #222222. Windows color (decimal): -12449197 or 5442114. OLE color: 5442114.
HSL color Cylindrical-coordinate representation of color #420A53: hue angle of 286.03º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420A53 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 10 | 83 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.67 |
| HSL | 286.03º | 0.78% | 0.18% | - |
| HSV(B) | 286.03º | 0.88% | 0.33% | - |
| XYZ | 3.92 | 2 | 8.36 | - |
| YUV | 35.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 83 | 0.20 | 0.88 | 0 | 0.67 | 286.03 | 0.78 | 0.18 |
| Hex | 42 | A | 53 | 14 | 58 | 0 | 43 | 11E | 4E | 12 |
| Octal | 102 | 12 | 123 | 24 | 130 | 0 | 103 | 436 | 116 | 22 |
| Binary | 1000010 | 1010 | 1010011 | 10100 | 1011000 | 0 | 1000011 | 100011110 | 1001110 | 10010 |
Color Harmonies of #420A53
Complementary color
Monochromatic Colors of #420A53
Black with #420A53
Text Example
Text Example
White with #420A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A53; }
p { color: rgb(66,10,83); }
H1.HeaderClassName
{
color: #420A53;
}
.AnyTagClassName
{
color: #420A53;
}
</style>
background-color css
<style>
a { background-color: #420A53; }
a { background-color: rgb(66,10,83); }
div.DivClassName
{
background-color: #420A53;
}
.BgClassName
{
background-color: #420A53;
}
</style>
border-color css
<style>
span { border-color: #420A53; }
span { border-color: rgb(66,10,83); }
td.TdClassName
{
border-color: #420A53;
}
.TagClassName
{
border-color: #420A53;
}
</style>