Html Css Color HEX #3E2235 Melanzane

📋 copy color: '#3E2235'

red 62 ◦ green 34 ◦ blue 53

#3E2235
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #3E2235

Tints of Melanzane #3E2235

RGB

 RED value IS 62 (24.61% from 255) = 41.61%

 GREEN value IS 34 (13.67% from 255) = 22.82%

 BLUE value IS 53 (21.09% from 255) = 35.57%

R = 41.61%
G = 22.82%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#3E2235 (or 0x3E2235) is known color: Melanzane. HEX triplet: 3E, 22 and 35. RGB value is (62,34,53). Sum of RGB (Red+Green+Blue) = 62+34+53=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2235 is #C1DDCA. Grayscale: #2C2C2C. Windows color (decimal): -12705227 or 3482174. OLE color: 3482174.

HSL color Cylindrical-coordinate representation of color #3E2235: hue angle of 319.29º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E2235 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 34 53 -
CMYK 0 0.45 0.15 0.76
HSL 319.29º 0.29% 0.19% -
HSV(B) 319.29º 0.45% 0.24% -
XYZ 3.2 2.43 3.67 -
YUV 44.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 62 34 53 0 0.45 0.15 0.76 319.29 0.29 0.19
Hex 3E 22 35 0 2D F 4C 13F 1D 13
Octal 76 42 65 0 55 17 114 477 35 23
Binary 111110 100010 110101 0 101101 1111 1001100 100111111 11101 10011

Color Harmonies of #3E2235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2235

Black with #3E2235

Text Example


Text Example

White with #3E2235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,34,53); }

 H1.HeaderClassName
 {
   color: #3E2235;
 }
 .AnyTagClassName
 {
   color: #3E2235;
 }
</style>

background-color css

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

 a { background-color: rgb(62,34,53); }

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

border-color css

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

 span { border-color: rgb(62,34,53); }

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