Html Css Color HEX #372934 Melanzane

📋 copy color: '#372934'

red 55 ◦ green 41 ◦ blue 52

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

Shades of Melanzane #372934

Tints of Melanzane #372934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

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

R = 37.16%
G = 27.7%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#372934 (or 0x372934) is known color: Melanzane. HEX triplet: 37, 29 and 34. RGB value is (55,41,52). Sum of RGB (Red+Green+Blue) = 55+41+52=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #372934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372934 is #C8D6CB. Grayscale: #2E2E2E. Windows color (decimal): -13162188 or 3418423. OLE color: 3418423.

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

Color convert

RGB 55 41 52 -
CMYK 0 0.25 0.05 0.78
HSL 312.86º 0.15% 0.19% -
HSV(B) 312.86º 0.25% 0.22% -
XYZ 2.99 2.65 3.6 -
YUV 46.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 55 41 52 0 0.25 0.05 0.78 312.86 0.15 0.19
Hex 37 29 34 0 19 5 4E 139 F 13
Octal 67 51 64 0 31 5 116 471 17 23
Binary 110111 101001 110100 0 11001 101 1001110 100111001 1111 10011

Color Harmonies of #372934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372934

Black with #372934

Text Example


Text Example

White with #372934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372934; }

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

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

background-color css

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

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

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

border-color css

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

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

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