Shades of Blackcurrant #3E0254
Tints of Blackcurrant #3E0254
RGB
CMYK
RGB Variations
Color information
#3E0254 (or 0x3E0254) is known color: Blackcurrant. HEX triplet: 3E, 02 and 54. RGB value is (62,2,84). Sum of RGB (Red+Green+Blue) = 62+2+84=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E0254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0254 is #C1FDAB. Grayscale: #1D1D1D. Windows color (decimal): -12713388 or 5505598. OLE color: 5505598.
HSL color Cylindrical-coordinate representation of color #3E0254: hue angle of 283.9º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0254 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 2 | 84 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.67 |
| HSL | 283.9º | 0.95% | 0.17% | - |
| HSV(B) | 283.9º | 0.98% | 0.33% | - |
| XYZ | 3.61 | 1.71 | 8.53 | - |
| YUV | 29.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 84 | 0.26 | 0.98 | 0 | 0.67 | 283.9 | 0.95 | 0.17 |
| Hex | 3E | 2 | 54 | 1A | 62 | 0 | 43 | 11C | 5F | 11 |
| Octal | 76 | 2 | 124 | 32 | 142 | 0 | 103 | 434 | 137 | 21 |
| Binary | 111110 | 10 | 1010100 | 11010 | 1100010 | 0 | 1000011 | 100011100 | 1011111 | 10001 |
Color Harmonies of #3E0254
Complementary color
Monochromatic Colors of #3E0254
Black with #3E0254
Text Example
Text Example
White with #3E0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0254; }
p { color: rgb(62,2,84); }
H1.HeaderClassName
{
color: #3E0254;
}
.AnyTagClassName
{
color: #3E0254;
}
</style>
background-color css
<style>
a { background-color: #3E0254; }
a { background-color: rgb(62,2,84); }
div.DivClassName
{
background-color: #3E0254;
}
.BgClassName
{
background-color: #3E0254;
}
</style>
border-color css
<style>
span { border-color: #3E0254; }
span { border-color: rgb(62,2,84); }
td.TdClassName
{
border-color: #3E0254;
}
.TagClassName
{
border-color: #3E0254;
}
</style>