#3E1150

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

Shades of Blackcurrant #3E1150

Tints of Blackcurrant #3E1150

Color information

#3E1150 (or 0x3E1150) is unknown color: approx Blackcurrant. HEX triplet: 3E, 11 and 50. RGB value is (62,17,80). Sum of RGB (Red+Green+Blue) = 62+17+80=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E1150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1150 is #C1EEAF. Grayscale: #252525. Windows color (decimal): -12709552 or 5247294. OLE color: 5247294.

HSL color Cylindrical-coordinate representation of color #3E1150: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E1150 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB621780-
CMYK0.220.7900.69
HSL282.86º64.95%19.02%-
HSV(B)282.86º78.75%31.37%-
XYZ3.6427.78-
YUV37.64151.91145.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.99%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=38.99%
G=10.69%
B=50.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6217800.220.7900.69282.8664.9519.02
Hex3E1150164F04511b4113
Octal762112026117010543310123
Binary11111010001101000010110100111101000101100011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1150; }

 p { color: rgb(62,17,80); }

 H1.HeaderClassName
 {
   color: #3E1150;
 }
 .AnyTagClassName
 {
   color: #3E1150;
 }
</style>
background-color css

<style>
 a { background-color: #3E1150; }

 a { background-color: rgb(62,17,80); }

 div.DivClassName
 {
   background-color: #3E1150;
 }
 .BgClassName
 {
   background-color: #3E1150;
 }
</style>
border-color css

<style>
 span { border-color: #3E1150; }

 span { border-color: rgb(62,17,80); }

 td.TdClassName
 {
   border-color: #3E1150;
 }
 .TagClassName
 {
   border-color: #3E1150;
 }
</style>