Shades of Blackcurrant #420751
Tints of Blackcurrant #420751
RGB
CMYK
RGB Variations
Color information
#420751 (or 0x420751) is known color: Blackcurrant. HEX triplet: 42, 07 and 51. RGB value is (66,7,81). Sum of RGB (Red+Green+Blue) = 66+7+81=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #420751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420751 is #BDF8AE. Grayscale: #202020. Windows color (decimal): -12449967 or 5310274. OLE color: 5310274.
HSL color Cylindrical-coordinate representation of color #420751: hue angle of 287.84º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420751 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 7 | 81 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.68 |
| HSL | 287.84º | 0.84% | 0.17% | - |
| HSV(B) | 287.84º | 0.91% | 0.32% | - |
| XYZ | 3.81 | 1.9 | 7.95 | - |
| YUV | 33.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 81 | 0.19 | 0.91 | 0 | 0.68 | 287.84 | 0.84 | 0.17 |
| Hex | 42 | 7 | 51 | 13 | 5B | 0 | 44 | 120 | 54 | 11 |
| Octal | 102 | 7 | 121 | 23 | 133 | 0 | 104 | 440 | 124 | 21 |
| Binary | 1000010 | 111 | 1010001 | 10011 | 1011011 | 0 | 1000100 | 100100000 | 1010100 | 10001 |
Color Harmonies of #420751
Complementary color
Monochromatic Colors of #420751
Black with #420751
Text Example
Text Example
White with #420751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420751; }
p { color: rgb(66,7,81); }
H1.HeaderClassName
{
color: #420751;
}
.AnyTagClassName
{
color: #420751;
}
</style>
background-color css
<style>
a { background-color: #420751; }
a { background-color: rgb(66,7,81); }
div.DivClassName
{
background-color: #420751;
}
.BgClassName
{
background-color: #420751;
}
</style>
border-color css
<style>
span { border-color: #420751; }
span { border-color: rgb(66,7,81); }
td.TdClassName
{
border-color: #420751;
}
.TagClassName
{
border-color: #420751;
}
</style>