Html Css Color HEX #372534 Melanzane

📋 copy color: '#372534'

red 55 ◦ green 37 ◦ blue 52

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

Shades of Melanzane #372534

Tints of Melanzane #372534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.11%

R = 38.19%
G = 25.69%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#372534 (or 0x372534) is known color: Melanzane. HEX triplet: 37, 25 and 34. RGB value is (55,37,52). Sum of RGB (Red+Green+Blue) = 55+37+52=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #372534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372534 is #C8DACB. Grayscale: #2C2C2C. Windows color (decimal): -13163212 or 3417399. OLE color: 3417399.

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

Color convert

RGB 55 37 52 -
CMYK 0 0.33 0.05 0.78
HSL 310º 0.2% 0.18% -
HSV(B) 310º 0.33% 0.22% -
XYZ 2.86 2.38 3.56 -
YUV 44.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 55 37 52 0 0.33 0.05 0.78 310 0.2 0.18
Hex 37 25 34 0 21 5 4E 136 14 12
Octal 67 45 64 0 41 5 116 466 24 22
Binary 110111 100101 110100 0 100001 101 1001110 100110110 10100 10010

Color Harmonies of #372534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372534

Black with #372534

Text Example


Text Example

White with #372534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372534; }

 p { color: rgb(55,37,52); }

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

background-color css

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

 a { background-color: rgb(55,37,52); }

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

border-color css

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

 span { border-color: rgb(55,37,52); }

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