Shades of Blackcurrant #3E0B48
Tints of Blackcurrant #3E0B48
RGB
CMYK
RGB Variations
Color information
#3E0B48 (or 0x3E0B48) is known color: Blackcurrant. HEX triplet: 3E, 0B and 48. RGB value is (62,11,72). Sum of RGB (Red+Green+Blue) = 62+11+72=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E0B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B48 is #C1F4B7. Grayscale: #212121. Windows color (decimal): -12711096 or 4721470. OLE color: 4721470.
HSL color Cylindrical-coordinate representation of color #3E0B48: hue angle of 290.16º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0B48 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 11 | 72 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.72 |
| HSL | 290.16º | 0.73% | 0.16% | - |
| HSV(B) | 290.16º | 0.85% | 0.28% | - |
| XYZ | 3.28 | 1.73 | 6.29 | - |
| YUV | 33.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 72 | 0.14 | 0.85 | 0 | 0.72 | 290.16 | 0.73 | 0.16 |
| Hex | 3E | B | 48 | E | 55 | 0 | 48 | 122 | 49 | 10 |
| Octal | 76 | 13 | 110 | 16 | 125 | 0 | 110 | 442 | 111 | 20 |
| Binary | 111110 | 1011 | 1001000 | 1110 | 1010101 | 0 | 1001000 | 100100010 | 1001001 | 10000 |
Color Harmonies of #3E0B48
Complementary color
Monochromatic Colors of #3E0B48
Black with #3E0B48
Text Example
Text Example
White with #3E0B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B48; }
p { color: rgb(62,11,72); }
H1.HeaderClassName
{
color: #3E0B48;
}
.AnyTagClassName
{
color: #3E0B48;
}
</style>
background-color css
<style>
a { background-color: #3E0B48; }
a { background-color: rgb(62,11,72); }
div.DivClassName
{
background-color: #3E0B48;
}
.BgClassName
{
background-color: #3E0B48;
}
</style>
border-color css
<style>
span { border-color: #3E0B48; }
span { border-color: rgb(62,11,72); }
td.TdClassName
{
border-color: #3E0B48;
}
.TagClassName
{
border-color: #3E0B48;
}
</style>