Shades of Blackcurrant #3E0358
Tints of Blackcurrant #3E0358
RGB
CMYK
RGB Variations
Color information
#3E0358 (or 0x3E0358) is known color: Blackcurrant. HEX triplet: 3E, 03 and 58. RGB value is (62,3,88). Sum of RGB (Red+Green+Blue) = 62+3+88=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E0358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0358 is #C1FCA7. Grayscale: #1E1E1E. Windows color (decimal): -12713128 or 5767998. OLE color: 5767998.
HSL color Cylindrical-coordinate representation of color #3E0358: hue angle of 281.65º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0358 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 3 | 88 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.65 |
| HSL | 281.65º | 0.93% | 0.18% | - |
| HSV(B) | 281.65º | 0.97% | 0.35% | - |
| XYZ | 3.78 | 1.79 | 9.38 | - |
| YUV | 30.33 | 160.55 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 88 | 0.30 | 0.97 | 0 | 0.65 | 281.65 | 0.93 | 0.18 |
| Hex | 3E | 3 | 58 | 1E | 61 | 0 | 41 | 11A | 5D | 12 |
| Octal | 76 | 3 | 130 | 36 | 141 | 0 | 101 | 432 | 135 | 22 |
| Binary | 111110 | 11 | 1011000 | 11110 | 1100001 | 0 | 1000001 | 100011010 | 1011101 | 10010 |
Color Harmonies of #3E0358
Complementary color
Monochromatic Colors of #3E0358
Black with #3E0358
Text Example
Text Example
White with #3E0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0358; }
p { color: rgb(62,3,88); }
H1.HeaderClassName
{
color: #3E0358;
}
.AnyTagClassName
{
color: #3E0358;
}
</style>
background-color css
<style>
a { background-color: #3E0358; }
a { background-color: rgb(62,3,88); }
div.DivClassName
{
background-color: #3E0358;
}
.BgClassName
{
background-color: #3E0358;
}
</style>
border-color css
<style>
span { border-color: #3E0358; }
span { border-color: rgb(62,3,88); }
td.TdClassName
{
border-color: #3E0358;
}
.TagClassName
{
border-color: #3E0358;
}
</style>