Html Css Color HEX #3D2B37 Melanzane

📋 copy color: '#3D2B37'

red 61 ◦ green 43 ◦ blue 55

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

Shades of Melanzane #3D2B37

Tints of Melanzane #3D2B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.04%

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 38.36%
G = 27.04%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3D2B37 (or 0x3D2B37) is known color: Melanzane. HEX triplet: 3D, 2B and 37. RGB value is (61,43,55). Sum of RGB (Red+Green+Blue) = 61+43+55=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2B37 is #C2D4C8. Grayscale: #313131. Windows color (decimal): -12768457 or 3615549. OLE color: 3615549.

HSL color Cylindrical-coordinate representation of color #3D2B37: hue angle of 320º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D2B37 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 43 55 -
CMYK 0 0.30 0.10 0.76
HSL 320º 0.17% 0.2% -
HSV(B) 320º 0.3% 0.24% -
XYZ 3.48 3 4.01 -
YUV 49.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 61 43 55 0 0.30 0.10 0.76 320 0.17 0.2
Hex 3D 2B 37 0 1E A 4C 140 11 14
Octal 75 53 67 0 36 12 114 500 21 24
Binary 111101 101011 110111 0 11110 1010 1001100 101000000 10001 10100

Color Harmonies of #3D2B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2B37

Black with #3D2B37

Text Example


Text Example

White with #3D2B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,43,55); }

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

background-color css

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

 a { background-color: rgb(61,43,55); }

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

border-color css

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

 span { border-color: rgb(61,43,55); }

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