#3E084D

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

Shades of Blackcurrant #3E084D

Tints of Blackcurrant #3E084D

Color information

#3E084D (or 0x3E084D) is unknown color: approx Blackcurrant. HEX triplet: 3E, 08 and 4D. RGB value is (62,8,77). Sum of RGB (Red+Green+Blue) = 62+8+77=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E084D is #C1F7B2. Grayscale: #1F1F1F. Windows color (decimal): -12711859 or 5048382. OLE color: 5048382.

HSL color Cylindrical-coordinate representation of color #3E084D: hue angle of 286.96º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E084D is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB62877-
CMYK0.190.9000.70
HSL286.96º81.18%16.67%-
HSV(B)286.96º89.61%30.2%-
XYZ3.411.737.18-
YUV32.01153.39149.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.18%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=42.18%
G=5.44%
B=52.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal628770.190.9000.70286.9681.1816.67
Hex3E84D135A04611f5111
Octal761011523132010643712121
Binary1111101000100110110011101101001000110100011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,8,77); }

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

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

 a { background-color: rgb(62,8,77); }

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

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

 span { border-color: rgb(62,8,77); }

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