Html Css Color HEX #3D2C38 Melanzane

📋 copy color: '#3D2C38'

red 61 ◦ green 44 ◦ blue 56

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

Shades of Melanzane #3D2C38

Tints of Melanzane #3D2C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.33%

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

R = 37.89%
G = 27.33%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3D2C38 (or 0x3D2C38) is known color: Melanzane. HEX triplet: 3D, 2C and 38. RGB value is (61,44,56). Sum of RGB (Red+Green+Blue) = 61+44+56=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C38 is #C2D3C7. Grayscale: #323232. Windows color (decimal): -12768200 or 3681341. OLE color: 3681341.

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

Color convert

RGB 61 44 56 -
CMYK 0 0.28 0.08 0.76
HSL 317.65º 0.16% 0.21% -
HSV(B) 317.65º 0.28% 0.24% -
XYZ 3.54 3.08 4.15 -
YUV 50.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 61 44 56 0 0.28 0.08 0.76 317.65 0.16 0.21
Hex 3D 2C 38 0 1C 8 4C 13E 10 15
Octal 75 54 70 0 34 10 114 476 20 25
Binary 111101 101100 111000 0 11100 1000 1001100 100111110 10000 10101

Color Harmonies of #3D2C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2C38

Black with #3D2C38

Text Example


Text Example

White with #3D2C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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