Html Css Color HEX #372D35 Melanzane

📋 copy color: '#372D35'

red 55 ◦ green 45 ◦ blue 53

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

Shades of Melanzane #372D35

Tints of Melanzane #372D35

RGB

 RED value IS 55 (21.88% from 255) = 35.95%

 GREEN value IS 45 (17.97% from 255) = 29.41%

 BLUE value IS 53 (21.09% from 255) = 34.64%

R = 35.95%
G = 29.41%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#372D35 (or 0x372D35) is known color: Melanzane. HEX triplet: 37, 2D and 35. RGB value is (55,45,53). Sum of RGB (Red+Green+Blue) = 55+45+53=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 55 - color contains mainly: red. Hex color #372D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D35 is #C8D2CA. Grayscale: #303030. Windows color (decimal): -13161163 or 3484983. OLE color: 3484983.

HSL color Cylindrical-coordinate representation of color #372D35: hue angle of 312º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #372D35 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 45 53 -
CMYK 0 0.18 0.04 0.78
HSL 312º 0.1% 0.2% -
HSV(B) 312º 0.18% 0.22% -
XYZ 3.16 2.95 3.77 -
YUV 48.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 55 45 53 0 0.18 0.04 0.78 312 0.1 0.2
Hex 37 2D 35 0 12 4 4E 138 A 14
Octal 67 55 65 0 22 4 116 470 12 24
Binary 110111 101101 110101 0 10010 100 1001110 100111000 1010 10100

Color Harmonies of #372D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D35

Black with #372D35

Text Example


Text Example

White with #372D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372D35; }

 p { color: rgb(55,45,53); }

 H1.HeaderClassName
 {
   color: #372D35;
 }
 .AnyTagClassName
 {
   color: #372D35;
 }
</style>

background-color css

<style>
 a { background-color: #372D35; }

 a { background-color: rgb(55,45,53); }

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

border-color css

<style>
 span { border-color: #372D35; }

 span { border-color: rgb(55,45,53); }

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