#3E024E

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

Shades of Blackcurrant #3E024E

Tints of Blackcurrant #3E024E

Color information

#3E024E (or 0x3E024E) is unknown color: approx Blackcurrant. HEX triplet: 3E, 02 and 4E. RGB value is (62,2,78). Sum of RGB (Red+Green+Blue) = 62+2+78=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E024E is #C1FDB1. Grayscale: #1C1C1C. Windows color (decimal): -12713394 or 5112382. OLE color: 5112382.

HSL color Cylindrical-coordinate representation of color #3E024E: hue angle of 287.37º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E024E is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB62278-
CMYK0.210.9700.69
HSL287.37º95%15.69%-
HSV(B)287.37º97.44%30.59%-
XYZ3.381.627.34-
YUV28.6155.88151.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 78 (30.86% from 255) = 54.93%
R=43.66%
G=1.41%
B=54.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal622780.210.9700.69287.379515.69
Hex3E24E156104511f5f10
Octal76211625141010543713720
Binary11111010100111010101110000101000101100011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,78); }

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

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

 a { background-color: rgb(62,2,78); }

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

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

 span { border-color: rgb(62,2,78); }

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