Html Css Color HEX #3E1D38 Melanzane

📋 copy color: '#3E1D38'

red 62 ◦ green 29 ◦ blue 56

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

Shades of Melanzane #3E1D38

Tints of Melanzane #3E1D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

 BLUE value IS 56 (22.27% from 255) = 38.1%

R = 42.18%
G = 19.73%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3E1D38 (or 0x3E1D38) is known color: Melanzane. HEX triplet: 3E, 1D and 38. RGB value is (62,29,56). Sum of RGB (Red+Green+Blue) = 62+29+56=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D38 is #C1E2C7. Grayscale: #292929. Windows color (decimal): -12706504 or 3677502. OLE color: 3677502.

HSL color Cylindrical-coordinate representation of color #3E1D38: hue angle of 310.91º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E1D38 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 29 56 -
CMYK 0 0.53 0.10 0.76
HSL 310.91º 0.36% 0.18% -
HSV(B) 310.91º 0.53% 0.24% -
XYZ 3.14 2.19 4 -
YUV 41.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 62 29 56 0 0.53 0.10 0.76 310.91 0.36 0.18
Hex 3E 1D 38 0 35 A 4C 137 24 12
Octal 76 35 70 0 65 12 114 467 44 22
Binary 111110 11101 111000 0 110101 1010 1001100 100110111 100100 10010

Color Harmonies of #3E1D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1D38

Black with #3E1D38

Text Example


Text Example

White with #3E1D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,29,56); }

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

background-color css

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

 a { background-color: rgb(62,29,56); }

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

border-color css

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

 span { border-color: rgb(62,29,56); }

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