#3E0349

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

Shades of Blackcurrant #3E0349

Tints of Blackcurrant #3E0349

Color information

#3E0349 (or 0x3E0349) is unknown color: approx Blackcurrant. HEX triplet: 3E, 03 and 49. RGB value is (62,3,73). Sum of RGB (Red+Green+Blue) = 62+3+73=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E0349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0349 is #C1FCB6. Grayscale: #1C1C1C. Windows color (decimal): -12713143 or 4784958. OLE color: 4784958.

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

Color convert

RGB62373-
CMYK0.150.9600.71
HSL290.57º92.11%14.9%-
HSV(B)290.57º95.89%28.63%-
XYZ3.221.576.44-
YUV28.62153.05151.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.93%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 73 (28.91% from 255) = 52.90%
R=44.93%
G=2.17%
B=52.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal623730.150.9600.71290.5792.1114.9
Hex3E349F600471235cf
Octal76311117140010744313417
Binary111110111001001111111000000100011110010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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