#3E044E

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

Shades of Blackcurrant #3E044E

Tints of Blackcurrant #3E044E

Color information

#3E044E (or 0x3E044E) is unknown color: approx Blackcurrant. HEX triplet: 3E, 04 and 4E. RGB value is (62,4,78). Sum of RGB (Red+Green+Blue) = 62+4+78=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E044E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E044E is #C1FBB1. Grayscale: #1D1D1D. Windows color (decimal): -12712882 or 5112894. OLE color: 5112894.

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

Color convert

RGB62478-
CMYK0.210.9500.69
HSL287.03º90.24%16.08%-
HSV(B)287.03º94.87%30.59%-
XYZ3.411.667.35-
YUV29.78155.22150.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.06%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=43.06%
G=2.78%
B=54.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal624780.210.9500.69287.0390.2416.08
Hex3E44E155F04511f5a10
Octal76411625137010543713220
Binary111110100100111010101101111101000101100011111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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