Shades of Blackcurrant #420A52
Tints of Blackcurrant #420A52
RGB
CMYK
RGB Variations
Color information
#420A52 (or 0x420A52) is known color: Blackcurrant. HEX triplet: 42, 0A and 52. RGB value is (66,10,82). Sum of RGB (Red+Green+Blue) = 66+10+82=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #420A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A52 is #BDF5AD. Grayscale: #222222. Windows color (decimal): -12449198 or 5376578. OLE color: 5376578.
HSL color Cylindrical-coordinate representation of color #420A52: hue angle of 286.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420A52 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 10 | 82 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.68 |
| HSL | 286.67º | 0.78% | 0.18% | - |
| HSV(B) | 286.67º | 0.88% | 0.32% | - |
| XYZ | 3.88 | 1.98 | 8.16 | - |
| YUV | 34.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 82 | 0.20 | 0.88 | 0 | 0.68 | 286.67 | 0.78 | 0.18 |
| Hex | 42 | A | 52 | 14 | 58 | 0 | 44 | 11F | 4E | 12 |
| Octal | 102 | 12 | 122 | 24 | 130 | 0 | 104 | 437 | 116 | 22 |
| Binary | 1000010 | 1010 | 1010010 | 10100 | 1011000 | 0 | 1000100 | 100011111 | 1001110 | 10010 |
Color Harmonies of #420A52
Complementary color
Monochromatic Colors of #420A52
Black with #420A52
Text Example
Text Example
White with #420A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A52; }
p { color: rgb(66,10,82); }
H1.HeaderClassName
{
color: #420A52;
}
.AnyTagClassName
{
color: #420A52;
}
</style>
background-color css
<style>
a { background-color: #420A52; }
a { background-color: rgb(66,10,82); }
div.DivClassName
{
background-color: #420A52;
}
.BgClassName
{
background-color: #420A52;
}
</style>
border-color css
<style>
span { border-color: #420A52; }
span { border-color: rgb(66,10,82); }
td.TdClassName
{
border-color: #420A52;
}
.TagClassName
{
border-color: #420A52;
}
</style>