Html Css Color HEX #3E2334 Melanzane

📋 copy color: '#3E2334'

red 62 ◦ green 35 ◦ blue 52

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

Shades of Melanzane #3E2334

Tints of Melanzane #3E2334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

 BLUE value IS 52 (20.7% from 255) = 34.9%

R = 41.61%
G = 23.49%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.76

RGB Variations

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

Color information

#3E2334 (or 0x3E2334) is known color: Melanzane. HEX triplet: 3E, 23 and 34. RGB value is (62,35,52). Sum of RGB (Red+Green+Blue) = 62+35+52=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2334 is #C1DCCB. Grayscale: #2C2C2C. Windows color (decimal): -12704972 or 3416894. OLE color: 3416894.

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

Color convert

RGB 62 35 52 -
CMYK 0 0.44 0.16 0.76
HSL 322.22º 0.28% 0.19% -
HSV(B) 322.22º 0.44% 0.24% -
XYZ 3.21 2.47 3.56 -
YUV 45.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 62 35 52 0 0.44 0.16 0.76 322.22 0.28 0.19
Hex 3E 23 34 0 2C 10 4C 142 1C 13
Octal 76 43 64 0 54 20 114 502 34 23
Binary 111110 100011 110100 0 101100 10000 1001100 101000010 11100 10011

Color Harmonies of #3E2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2334

Black with #3E2334

Text Example


Text Example

White with #3E2334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,35,52); }

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

background-color css

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

 a { background-color: rgb(62,35,52); }

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

border-color css

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

 span { border-color: rgb(62,35,52); }

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