Shades of Blackcurrant #420753
Tints of Blackcurrant #420753
RGB
CMYK
RGB Variations
Color information
#420753 (or 0x420753) is known color: Blackcurrant. HEX triplet: 42, 07 and 53. RGB value is (66,7,83). Sum of RGB (Red+Green+Blue) = 66+7+83=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #420753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420753 is #BDF8AC. Grayscale: #212121. Windows color (decimal): -12449965 or 5441346. OLE color: 5441346.
HSL color Cylindrical-coordinate representation of color #420753: hue angle of 286.58º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420753 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 7 | 83 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.67 |
| HSL | 286.58º | 0.84% | 0.18% | - |
| HSV(B) | 286.58º | 0.92% | 0.33% | - |
| XYZ | 3.88 | 1.93 | 8.35 | - |
| YUV | 33.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 83 | 0.20 | 0.92 | 0 | 0.67 | 286.58 | 0.84 | 0.18 |
| Hex | 42 | 7 | 53 | 14 | 5C | 0 | 43 | 11F | 54 | 12 |
| Octal | 102 | 7 | 123 | 24 | 134 | 0 | 103 | 437 | 124 | 22 |
| Binary | 1000010 | 111 | 1010011 | 10100 | 1011100 | 0 | 1000011 | 100011111 | 1010100 | 10010 |
Color Harmonies of #420753
Complementary color
Monochromatic Colors of #420753
Black with #420753
Text Example
Text Example
White with #420753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420753; }
p { color: rgb(66,7,83); }
H1.HeaderClassName
{
color: #420753;
}
.AnyTagClassName
{
color: #420753;
}
</style>
background-color css
<style>
a { background-color: #420753; }
a { background-color: rgb(66,7,83); }
div.DivClassName
{
background-color: #420753;
}
.BgClassName
{
background-color: #420753;
}
</style>
border-color css
<style>
span { border-color: #420753; }
span { border-color: rgb(66,7,83); }
td.TdClassName
{
border-color: #420753;
}
.TagClassName
{
border-color: #420753;
}
</style>