Shades of Blackcurrant #3E0348
Tints of Blackcurrant #3E0348
RGB
CMYK
RGB Variations
Color information
#3E0348 (or 0x3E0348) is known color: Blackcurrant. HEX triplet: 3E, 03 and 48. RGB value is (62,3,72). Sum of RGB (Red+Green+Blue) = 62+3+72=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0348 is #C1FCB7. Grayscale: #1C1C1C. Windows color (decimal): -12713144 or 4719422. OLE color: 4719422.
HSL color Cylindrical-coordinate representation of color #3E0348: hue angle of 291.3º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0348 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 3 | 72 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.72 |
| HSL | 291.3º | 0.92% | 0.15% | - |
| HSV(B) | 291.3º | 0.96% | 0.28% | - |
| XYZ | 3.19 | 1.56 | 6.26 | - |
| YUV | 28.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 72 | 0.14 | 0.96 | 0 | 0.72 | 291.3 | 0.92 | 0.15 |
| Hex | 3E | 3 | 48 | E | 60 | 0 | 48 | 123 | 5C | F |
| Octal | 76 | 3 | 110 | 16 | 140 | 0 | 110 | 443 | 134 | 17 |
| Binary | 111110 | 11 | 1001000 | 1110 | 1100000 | 0 | 1001000 | 100100011 | 1011100 | 1111 |
Color Harmonies of #3E0348
Complementary color
Monochromatic Colors of #3E0348
Black with #3E0348
Text Example
Text Example
White with #3E0348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0348; }
p { color: rgb(62,3,72); }
H1.HeaderClassName
{
color: #3E0348;
}
.AnyTagClassName
{
color: #3E0348;
}
</style>
background-color css
<style>
a { background-color: #3E0348; }
a { background-color: rgb(62,3,72); }
div.DivClassName
{
background-color: #3E0348;
}
.BgClassName
{
background-color: #3E0348;
}
</style>
border-color css
<style>
span { border-color: #3E0348; }
span { border-color: rgb(62,3,72); }
td.TdClassName
{
border-color: #3E0348;
}
.TagClassName
{
border-color: #3E0348;
}
</style>