Shades of Blackcurrant #3E0448
Tints of Blackcurrant #3E0448
RGB
CMYK
RGB Variations
Color information
#3E0448 (or 0x3E0448) is known color: Blackcurrant. HEX triplet: 3E, 04 and 48. RGB value is (62,4,72). Sum of RGB (Red+Green+Blue) = 62+4+72=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0448 is #C1FBB7. Grayscale: #1C1C1C. Windows color (decimal): -12712888 or 4719678. OLE color: 4719678.
HSL color Cylindrical-coordinate representation of color #3E0448: hue angle of 291.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0448 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 4 | 72 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.72 |
| HSL | 291.18º | 0.89% | 0.15% | - |
| HSV(B) | 291.18º | 0.94% | 0.28% | - |
| XYZ | 3.2 | 1.58 | 6.27 | - |
| YUV | 29.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 72 | 0.14 | 0.94 | 0 | 0.72 | 291.18 | 0.89 | 0.15 |
| Hex | 3E | 4 | 48 | E | 5E | 0 | 48 | 123 | 59 | F |
| Octal | 76 | 4 | 110 | 16 | 136 | 0 | 110 | 443 | 131 | 17 |
| Binary | 111110 | 100 | 1001000 | 1110 | 1011110 | 0 | 1001000 | 100100011 | 1011001 | 1111 |
Color Harmonies of #3E0448
Complementary color
Monochromatic Colors of #3E0448
Black with #3E0448
Text Example
Text Example
White with #3E0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0448; }
p { color: rgb(62,4,72); }
H1.HeaderClassName
{
color: #3E0448;
}
.AnyTagClassName
{
color: #3E0448;
}
</style>
background-color css
<style>
a { background-color: #3E0448; }
a { background-color: rgb(62,4,72); }
div.DivClassName
{
background-color: #3E0448;
}
.BgClassName
{
background-color: #3E0448;
}
</style>
border-color css
<style>
span { border-color: #3E0448; }
span { border-color: rgb(62,4,72); }
td.TdClassName
{
border-color: #3E0448;
}
.TagClassName
{
border-color: #3E0448;
}
</style>