Shades of Blackcurrant #420F4E
Tints of Blackcurrant #420F4E
RGB
CMYK
RGB Variations
Color information
#420F4E (or 0x420F4E) is known color: Blackcurrant. HEX triplet: 42, 0F and 4E. RGB value is (66,15,78). Sum of RGB (Red+Green+Blue) = 66+15+78=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #420F4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F4E is #BDF0B1. Grayscale: #252525. Windows color (decimal): -12447922 or 5115714. OLE color: 5115714.
HSL color Cylindrical-coordinate representation of color #420F4E: hue angle of 288.57º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #420F4E is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 15 | 78 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.69 |
| HSL | 288.57º | 0.68% | 0.18% | - |
| HSV(B) | 288.57º | 0.81% | 0.31% | - |
| XYZ | 3.79 | 2.05 | 7.4 | - |
| YUV | 37.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 78 | 0.15 | 0.81 | 0 | 0.69 | 288.57 | 0.68 | 0.18 |
| Hex | 42 | F | 4E | F | 51 | 0 | 45 | 121 | 44 | 12 |
| Octal | 102 | 17 | 116 | 17 | 121 | 0 | 105 | 441 | 104 | 22 |
| Binary | 1000010 | 1111 | 1001110 | 1111 | 1010001 | 0 | 1000101 | 100100001 | 1000100 | 10010 |
Color Harmonies of #420F4E
Complementary color
Monochromatic Colors of #420F4E
Black with #420F4E
Text Example
Text Example
White with #420F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F4E; }
p { color: rgb(66,15,78); }
H1.HeaderClassName
{
color: #420F4E;
}
.AnyTagClassName
{
color: #420F4E;
}
</style>
background-color css
<style>
a { background-color: #420F4E; }
a { background-color: rgb(66,15,78); }
div.DivClassName
{
background-color: #420F4E;
}
.BgClassName
{
background-color: #420F4E;
}
</style>
border-color css
<style>
span { border-color: #420F4E; }
span { border-color: rgb(66,15,78); }
td.TdClassName
{
border-color: #420F4E;
}
.TagClassName
{
border-color: #420F4E;
}
</style>