Html Css Color HEX #3D2538 Melanzane

📋 copy color: '#3D2538'

red 61 ◦ green 37 ◦ blue 56

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

Shades of Melanzane #3D2538

Tints of Melanzane #3D2538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.03%

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

R = 39.61%
G = 24.03%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3D2538 (or 0x3D2538) is known color: Melanzane. HEX triplet: 3D, 25 and 38. RGB value is (61,37,56). Sum of RGB (Red+Green+Blue) = 61+37+56=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2538 is #C2DAC7. Grayscale: #2E2E2E. Windows color (decimal): -12769992 or 3679549. OLE color: 3679549.

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

Color convert

RGB 61 37 56 -
CMYK 0 0.39 0.08 0.76
HSL 312.5º 0.24% 0.19% -
HSV(B) 312.5º 0.39% 0.24% -
XYZ 3.3 2.6 4.07 -
YUV 46.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 61 37 56 0 0.39 0.08 0.76 312.5 0.24 0.19
Hex 3D 25 38 0 27 8 4C 138 18 13
Octal 75 45 70 0 47 10 114 470 30 23
Binary 111101 100101 111000 0 100111 1000 1001100 100111000 11000 10011

Color Harmonies of #3D2538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2538

Black with #3D2538

Text Example


Text Example

White with #3D2538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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