Html Css Color HEX #372132 Melanzane

📋 copy color: '#372132'

red 55 ◦ green 33 ◦ blue 50

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

Shades of Melanzane #372132

Tints of Melanzane #372132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

 BLUE value IS 50 (19.92% from 255) = 36.23%

R = 39.86%
G = 23.91%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#372132 (or 0x372132) is known color: Melanzane. HEX triplet: 37, 21 and 32. RGB value is (55,33,50). Sum of RGB (Red+Green+Blue) = 55+33+50=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #372132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372132 is #C8DECD. Grayscale: #292929. Windows color (decimal): -13164238 or 3285303. OLE color: 3285303.

HSL color Cylindrical-coordinate representation of color #372132: hue angle of 313.64º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #372132 is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 33 50 -
CMYK 0 0.4 0.09 0.78
HSL 313.64º 0.25% 0.17% -
HSV(B) 313.64º 0.4% 0.22% -
XYZ 2.7 2.13 3.29 -
YUV 41.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 55 33 50 0 0.4 0.09 0.78 313.64 0.25 0.17
Hex 37 21 32 0 28 9 4E 13A 19 11
Octal 67 41 62 0 50 11 116 472 31 21
Binary 110111 100001 110010 0 101000 1001 1001110 100111010 11001 10001

Color Harmonies of #372132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372132

Black with #372132

Text Example


Text Example

White with #372132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372132; }

 p { color: rgb(55,33,50); }

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

background-color css

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

 a { background-color: rgb(55,33,50); }

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

border-color css

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

 span { border-color: rgb(55,33,50); }

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