#3E0E53

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

Shades of Blackcurrant #3E0E53

Tints of Blackcurrant #3E0E53

Color information

#3E0E53 (or 0x3E0E53) is unknown color: approx Blackcurrant. HEX triplet: 3E, 0E and 53. RGB value is (62,14,83). Sum of RGB (Red+Green+Blue) = 62+14+83=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E0E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0E53 is #C1F1AC. Grayscale: #232323. Windows color (decimal): -12710317 or 5443134. OLE color: 5443134.

HSL color Cylindrical-coordinate representation of color #3E0E53: hue angle of 281.74º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E0E53 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB621483-
CMYK0.250.8300.67
HSL281.74º71.13%19.02%-
HSV(B)281.74º83.13%32.55%-
XYZ3.71.968.37-
YUV36.22154.4146.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.99%
GREEN value IS 14 (5.86% from 255) = 8.81%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=38.99%
G=8.81%
B=52.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6214830.250.8300.67281.7471.1319.02
Hex3EE53195304311a4713
Octal761612331123010343210723
Binary1111101110101001111001101001101000011100011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,14,83); }

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

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

 a { background-color: rgb(62,14,83); }

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

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

 span { border-color: rgb(62,14,83); }

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