Shades of Blackcurrant #420952
Tints of Blackcurrant #420952
RGB
CMYK
RGB Variations
Color information
#420952 (or 0x420952) is known color: Blackcurrant. HEX triplet: 42, 09 and 52. RGB value is (66,9,82). Sum of RGB (Red+Green+Blue) = 66+9+82=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #420952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420952 is #BDF6AD. Grayscale: #222222. Windows color (decimal): -12449454 or 5376322. OLE color: 5376322.
HSL color Cylindrical-coordinate representation of color #420952: hue angle of 286.85º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420952 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 9 | 82 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.68 |
| HSL | 286.85º | 0.8% | 0.18% | - |
| HSV(B) | 286.85º | 0.89% | 0.32% | - |
| XYZ | 3.87 | 1.96 | 8.16 | - |
| YUV | 34.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 82 | 0.20 | 0.89 | 0 | 0.68 | 286.85 | 0.8 | 0.18 |
| Hex | 42 | 9 | 52 | 14 | 59 | 0 | 44 | 11F | 50 | 12 |
| Octal | 102 | 11 | 122 | 24 | 131 | 0 | 104 | 437 | 120 | 22 |
| Binary | 1000010 | 1001 | 1010010 | 10100 | 1011001 | 0 | 1000100 | 100011111 | 1010000 | 10010 |
Color Harmonies of #420952
Complementary color
Monochromatic Colors of #420952
Black with #420952
Text Example
Text Example
White with #420952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420952; }
p { color: rgb(66,9,82); }
H1.HeaderClassName
{
color: #420952;
}
.AnyTagClassName
{
color: #420952;
}
</style>
background-color css
<style>
a { background-color: #420952; }
a { background-color: rgb(66,9,82); }
div.DivClassName
{
background-color: #420952;
}
.BgClassName
{
background-color: #420952;
}
</style>
border-color css
<style>
span { border-color: #420952; }
span { border-color: rgb(66,9,82); }
td.TdClassName
{
border-color: #420952;
}
.TagClassName
{
border-color: #420952;
}
</style>