Shades of Blackcurrant #420C52
Tints of Blackcurrant #420C52
RGB
CMYK
RGB Variations
Color information
#420C52 (or 0x420C52) is known color: Blackcurrant. HEX triplet: 42, 0C and 52. RGB value is (66,12,82). Sum of RGB (Red+Green+Blue) = 66+12+82=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #420C52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C52 is #BDF3AD. Grayscale: #232323. Windows color (decimal): -12448686 or 5377090. OLE color: 5377090.
HSL color Cylindrical-coordinate representation of color #420C52: hue angle of 286.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420C52 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 12 | 82 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.68 |
| HSL | 286.29º | 0.74% | 0.18% | - |
| HSV(B) | 286.29º | 0.85% | 0.32% | - |
| XYZ | 3.9 | 2.03 | 8.17 | - |
| YUV | 36.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 82 | 0.20 | 0.85 | 0 | 0.68 | 286.29 | 0.74 | 0.18 |
| Hex | 42 | C | 52 | 14 | 55 | 0 | 44 | 11E | 4A | 12 |
| Octal | 102 | 14 | 122 | 24 | 125 | 0 | 104 | 436 | 112 | 22 |
| Binary | 1000010 | 1100 | 1010010 | 10100 | 1010101 | 0 | 1000100 | 100011110 | 1001010 | 10010 |
Color Harmonies of #420C52
Complementary color
Monochromatic Colors of #420C52
Black with #420C52
Text Example
Text Example
White with #420C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C52; }
p { color: rgb(66,12,82); }
H1.HeaderClassName
{
color: #420C52;
}
.AnyTagClassName
{
color: #420C52;
}
</style>
background-color css
<style>
a { background-color: #420C52; }
a { background-color: rgb(66,12,82); }
div.DivClassName
{
background-color: #420C52;
}
.BgClassName
{
background-color: #420C52;
}
</style>
border-color css
<style>
span { border-color: #420C52; }
span { border-color: rgb(66,12,82); }
td.TdClassName
{
border-color: #420C52;
}
.TagClassName
{
border-color: #420C52;
}
</style>