#3E054E

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

Shades of Blackcurrant #3E054E

Tints of Blackcurrant #3E054E

Color information

#3E054E (or 0x3E054E) is unknown color: approx Blackcurrant. HEX triplet: 3E, 05 and 4E. RGB value is (62,5,78). Sum of RGB (Red+Green+Blue) = 62+5+78=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E054E is #C1FAB1. Grayscale: #1E1E1E. Windows color (decimal): -12712626 or 5113150. OLE color: 5113150.

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

Color convert

RGB62578-
CMYK0.210.9400.69
HSL286.85º87.95%16.27%-
HSV(B)286.85º93.59%30.59%-
XYZ3.421.687.35-
YUV30.36154.88150.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.76%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 78 (30.86% from 255) = 53.79%
R=42.76%
G=3.45%
B=53.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal625780.210.9400.69286.8587.9516.27
Hex3E54E155E04511f5810
Octal76511625136010543713020
Binary111110101100111010101101111001000101100011111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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