Shades of Blackcurrant #3E1152
Tints of Blackcurrant #3E1152
RGB
CMYK
RGB Variations
Color information
#3E1152 (or 0x3E1152) is known color: Blackcurrant. HEX triplet: 3E, 11 and 52. RGB value is (62,17,82). Sum of RGB (Red+Green+Blue) = 62+17+82=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E1152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1152 is #C1EEAD. Grayscale: #252525. Windows color (decimal): -12709550 or 5378366. OLE color: 5378366.
HSL color Cylindrical-coordinate representation of color #3E1152: hue angle of 281.54º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E1152 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 17 | 82 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.68 |
| HSL | 281.54º | 0.66% | 0.19% | - |
| HSV(B) | 281.54º | 0.79% | 0.32% | - |
| XYZ | 3.71 | 2.03 | 8.18 | - |
| YUV | 37.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 82 | 0.24 | 0.79 | 0 | 0.68 | 281.54 | 0.66 | 0.19 |
| Hex | 3E | 11 | 52 | 18 | 4F | 0 | 44 | 11A | 42 | 13 |
| Octal | 76 | 21 | 122 | 30 | 117 | 0 | 104 | 432 | 102 | 23 |
| Binary | 111110 | 10001 | 1010010 | 11000 | 1001111 | 0 | 1000100 | 100011010 | 1000010 | 10011 |
Color Harmonies of #3E1152
Complementary color
Monochromatic Colors of #3E1152
Black with #3E1152
Text Example
Text Example
White with #3E1152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1152; }
p { color: rgb(62,17,82); }
H1.HeaderClassName
{
color: #3E1152;
}
.AnyTagClassName
{
color: #3E1152;
}
</style>
background-color css
<style>
a { background-color: #3E1152; }
a { background-color: rgb(62,17,82); }
div.DivClassName
{
background-color: #3E1152;
}
.BgClassName
{
background-color: #3E1152;
}
</style>
border-color css
<style>
span { border-color: #3E1152; }
span { border-color: rgb(62,17,82); }
td.TdClassName
{
border-color: #3E1152;
}
.TagClassName
{
border-color: #3E1152;
}
</style>