#3E0E50

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

Shades of Blackcurrant #3E0E50

Tints of Blackcurrant #3E0E50

Color information

#3E0E50 (or 0x3E0E50) is unknown color: approx Blackcurrant. HEX triplet: 3E, 0E and 50. RGB value is (62,14,80). Sum of RGB (Red+Green+Blue) = 62+14+80=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E0E50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0E50 is #C1F1AF. Grayscale: #232323. Windows color (decimal): -12710320 or 5246526. OLE color: 5246526.

HSL color Cylindrical-coordinate representation of color #3E0E50: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0E50 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB621480-
CMYK0.220.8300.69
HSL283.64º70.21%18.43%-
HSV(B)283.64º82.5%31.37%-
XYZ3.591.927.77-
YUV35.88152.9146.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.74%
GREEN value IS 14 (5.86% from 255) = 8.97%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=39.74%
G=8.97%
B=51.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6214800.220.8300.69283.6470.2118.43
Hex3EE50165304511c4612
Octal761612026123010543410622
Binary1111101110101000010110101001101000101100011100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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