Shades of Blackcurrant #3E0258
Tints of Blackcurrant #3E0258
RGB
CMYK
RGB Variations
Color information
#3E0258 (or 0x3E0258) is known color: Blackcurrant. HEX triplet: 3E, 02 and 58. RGB value is (62,2,88). Sum of RGB (Red+Green+Blue) = 62+2+88=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E0258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0258 is #C1FDA7. Grayscale: #1D1D1D. Windows color (decimal): -12713384 or 5767742. OLE color: 5767742.
HSL color Cylindrical-coordinate representation of color #3E0258: hue angle of 281.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0258 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 2 | 88 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.65 |
| HSL | 281.86º | 0.96% | 0.18% | - |
| HSV(B) | 281.86º | 0.98% | 0.35% | - |
| XYZ | 3.77 | 1.77 | 9.38 | - |
| YUV | 29.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 88 | 0.30 | 0.98 | 0 | 0.65 | 281.86 | 0.96 | 0.18 |
| Hex | 3E | 2 | 58 | 1E | 62 | 0 | 41 | 11A | 60 | 12 |
| Octal | 76 | 2 | 130 | 36 | 142 | 0 | 101 | 432 | 140 | 22 |
| Binary | 111110 | 10 | 1011000 | 11110 | 1100010 | 0 | 1000001 | 100011010 | 1100000 | 10010 |
Color Harmonies of #3E0258
Complementary color
Monochromatic Colors of #3E0258
Black with #3E0258
Text Example
Text Example
White with #3E0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0258; }
p { color: rgb(62,2,88); }
H1.HeaderClassName
{
color: #3E0258;
}
.AnyTagClassName
{
color: #3E0258;
}
</style>
background-color css
<style>
a { background-color: #3E0258; }
a { background-color: rgb(62,2,88); }
div.DivClassName
{
background-color: #3E0258;
}
.BgClassName
{
background-color: #3E0258;
}
</style>
border-color css
<style>
span { border-color: #3E0258; }
span { border-color: rgb(62,2,88); }
td.TdClassName
{
border-color: #3E0258;
}
.TagClassName
{
border-color: #3E0258;
}
</style>