Shades of Blackcurrant #3E0458
Tints of Blackcurrant #3E0458
RGB
CMYK
RGB Variations
Color information
#3E0458 (or 0x3E0458) is known color: Blackcurrant. HEX triplet: 3E, 04 and 58. RGB value is (62,4,88). Sum of RGB (Red+Green+Blue) = 62+4+88=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E0458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0458 is #C1FBA7. Grayscale: #1E1E1E. Windows color (decimal): -12712872 or 5768254. OLE color: 5768254.
HSL color Cylindrical-coordinate representation of color #3E0458: hue angle of 281.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0458 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 4 | 88 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.65 |
| HSL | 281.43º | 0.91% | 0.18% | - |
| HSV(B) | 281.43º | 0.95% | 0.35% | - |
| XYZ | 3.79 | 1.82 | 9.38 | - |
| YUV | 30.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 88 | 0.30 | 0.95 | 0 | 0.65 | 281.43 | 0.91 | 0.18 |
| Hex | 3E | 4 | 58 | 1E | 5F | 0 | 41 | 119 | 5B | 12 |
| Octal | 76 | 4 | 130 | 36 | 137 | 0 | 101 | 431 | 133 | 22 |
| Binary | 111110 | 100 | 1011000 | 11110 | 1011111 | 0 | 1000001 | 100011001 | 1011011 | 10010 |
Color Harmonies of #3E0458
Complementary color
Monochromatic Colors of #3E0458
Black with #3E0458
Text Example
Text Example
White with #3E0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0458; }
p { color: rgb(62,4,88); }
H1.HeaderClassName
{
color: #3E0458;
}
.AnyTagClassName
{
color: #3E0458;
}
</style>
background-color css
<style>
a { background-color: #3E0458; }
a { background-color: rgb(62,4,88); }
div.DivClassName
{
background-color: #3E0458;
}
.BgClassName
{
background-color: #3E0458;
}
</style>
border-color css
<style>
span { border-color: #3E0458; }
span { border-color: rgb(62,4,88); }
td.TdClassName
{
border-color: #3E0458;
}
.TagClassName
{
border-color: #3E0458;
}
</style>