#3E1152

Color #3E1152 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #3E1152

Tints of Blackcurrant #3E1152

Color information

#3E1152 (or 0x3E1152) is unknown color: approx 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

RGB621782-
CMYK0.240.7900.68
HSL281.54º65.66%19.41%-
HSV(B)281.54º79.27%32.16%-
XYZ3.712.038.18-
YUV37.86152.91145.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=38.51%
G=10.56%
B=50.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6217820.240.7900.68281.5465.6619.41
Hex3E1152184F04411a4213
Octal762112230117010443210223
Binary11111010001101001011000100111101000100100011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>