Shades of Blackcurrant #420E4B
Tints of Blackcurrant #420E4B
RGB
CMYK
RGB Variations
Color information
#420E4B (or 0x420E4B) is known color: Blackcurrant. HEX triplet: 42, 0E and 4B. RGB value is (66,14,75). Sum of RGB (Red+Green+Blue) = 66+14+75=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #420E4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E4B is #BDF1B4. Grayscale: #242424. Windows color (decimal): -12448181 or 4918850. OLE color: 4918850.
HSL color Cylindrical-coordinate representation of color #420E4B: hue angle of 291.15º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #420E4B is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 14 | 75 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.71 |
| HSL | 291.15º | 0.69% | 0.17% | - |
| HSV(B) | 291.15º | 0.81% | 0.29% | - |
| XYZ | 3.67 | 1.98 | 6.85 | - |
| YUV | 36.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 75 | 0.12 | 0.81 | 0 | 0.71 | 291.15 | 0.69 | 0.17 |
| Hex | 42 | E | 4B | C | 51 | 0 | 47 | 123 | 45 | 11 |
| Octal | 102 | 16 | 113 | 14 | 121 | 0 | 107 | 443 | 105 | 21 |
| Binary | 1000010 | 1110 | 1001011 | 1100 | 1010001 | 0 | 1000111 | 100100011 | 1000101 | 10001 |
Color Harmonies of #420E4B
Complementary color
Monochromatic Colors of #420E4B
Black with #420E4B
Text Example
Text Example
White with #420E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E4B; }
p { color: rgb(66,14,75); }
H1.HeaderClassName
{
color: #420E4B;
}
.AnyTagClassName
{
color: #420E4B;
}
</style>
background-color css
<style>
a { background-color: #420E4B; }
a { background-color: rgb(66,14,75); }
div.DivClassName
{
background-color: #420E4B;
}
.BgClassName
{
background-color: #420E4B;
}
</style>
border-color css
<style>
span { border-color: #420E4B; }
span { border-color: rgb(66,14,75); }
td.TdClassName
{
border-color: #420E4B;
}
.TagClassName
{
border-color: #420E4B;
}
</style>