#3E1349

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

Shades of Blackcurrant #3E1349

Tints of Blackcurrant #3E1349

Color information

#3E1349 (or 0x3E1349) is unknown color: approx Blackcurrant. HEX triplet: 3E, 13 and 49. RGB value is (62,19,73). Sum of RGB (Red+Green+Blue) = 62+19+73=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E1349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1349 is #C1ECB6. Grayscale: #252525. Windows color (decimal): -12709047 or 4789054. OLE color: 4789054.

HSL color Cylindrical-coordinate representation of color #3E1349: hue angle of 287.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1349 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB621973-
CMYK0.150.7400.71
HSL287.78º58.7%18.04%-
HSV(B)287.78º73.97%28.63%-
XYZ3.421.976.5-
YUV38.01147.75145.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40.26%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 73 (28.91% from 255) = 47.40%
R=40.26%
G=12.34%
B=47.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6219730.150.7400.71287.7858.718.04
Hex3E1349F4A0471203b12
Octal76231111711201074407322
Binary111110100111001001111110010100100011110010000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,19,73); }

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

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

 a { background-color: rgb(62,19,73); }

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

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

 span { border-color: rgb(62,19,73); }

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