Html Css Color HEX #3D2E38 Melanzane

📋 copy color: '#3D2E38'

red 61 ◦ green 46 ◦ blue 56

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

Shades of Melanzane #3D2E38

Tints of Melanzane #3D2E38

RGB

 RED value IS 61 (24.22% from 255) = 37.42%

 GREEN value IS 46 (18.36% from 255) = 28.22%

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

R = 37.42%
G = 28.22%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3D2E38 (or 0x3D2E38) is known color: Melanzane. HEX triplet: 3D, 2E and 38. RGB value is (61,46,56). Sum of RGB (Red+Green+Blue) = 61+46+56=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E38 is #C2D1C7. Grayscale: #333333. Windows color (decimal): -12767688 or 3681853. OLE color: 3681853.

HSL color Cylindrical-coordinate representation of color #3D2E38: hue angle of 320º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D2E38 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 46 56 -
CMYK 0 0.25 0.08 0.76
HSL 320º 0.14% 0.21% -
HSV(B) 320º 0.25% 0.24% -
XYZ 3.62 3.23 4.17 -
YUV 51.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 61 46 56 0 0.25 0.08 0.76 320 0.14 0.21
Hex 3D 2E 38 0 19 8 4C 140 E 15
Octal 75 56 70 0 31 10 114 500 16 25
Binary 111101 101110 111000 0 11001 1000 1001100 101000000 1110 10101

Color Harmonies of #3D2E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2E38

Black with #3D2E38

Text Example


Text Example

White with #3D2E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,46,56); }

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

background-color css

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

 a { background-color: rgb(61,46,56); }

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

border-color css

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

 span { border-color: rgb(61,46,56); }

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