Html Css Color HEX #372A35 Melanzane

📋 copy color: '#372A35'

red 55 ◦ green 42 ◦ blue 53

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

Shades of Melanzane #372A35

Tints of Melanzane #372A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28%

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

R = 36.67%
G = 28%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#372A35 (or 0x372A35) is known color: Melanzane. HEX triplet: 37, 2A and 35. RGB value is (55,42,53). Sum of RGB (Red+Green+Blue) = 55+42+53=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 55 - color contains mainly: red. Hex color #372A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A35 is #C8D5CA. Grayscale: #2F2F2F. Windows color (decimal): -13161931 or 3484215. OLE color: 3484215.

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

Color convert

RGB 55 42 53 -
CMYK 0 0.24 0.04 0.78
HSL 309.23º 0.13% 0.19% -
HSV(B) 309.23º 0.24% 0.22% -
XYZ 3.05 2.73 3.73 -
YUV 47.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 55 42 53 0 0.24 0.04 0.78 309.23 0.13 0.19
Hex 37 2A 35 0 18 4 4E 135 D 13
Octal 67 52 65 0 30 4 116 465 15 23
Binary 110111 101010 110101 0 11000 100 1001110 100110101 1101 10011

Color Harmonies of #372A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A35

Black with #372A35

Text Example


Text Example

White with #372A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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