Html Css Color HEX #372F35 Melanzane

📋 copy color: '#372F35'

red 55 ◦ green 47 ◦ blue 53

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

Shades of Melanzane #372F35

Tints of Melanzane #372F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.32%

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

R = 35.48%
G = 30.32%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#372F35 (or 0x372F35) is known color: Melanzane. HEX triplet: 37, 2F and 35. RGB value is (55,47,53). Sum of RGB (Red+Green+Blue) = 55+47+53=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 55 - color contains mainly: red. Hex color #372F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F35 is #C8D0CA. Grayscale: #323232. Windows color (decimal): -13160651 or 3485495. OLE color: 3485495.

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

Color convert

RGB 55 47 53 -
CMYK 0 0.15 0.04 0.78
HSL 315º 0.08% 0.2% -
HSV(B) 315º 0.15% 0.22% -
XYZ 3.23 3.1 3.8 -
YUV 50.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 55 47 53 0 0.15 0.04 0.78 315 0.08 0.2
Hex 37 2F 35 0 F 4 4E 13B 8 14
Octal 67 57 65 0 17 4 116 473 10 24
Binary 110111 101111 110101 0 1111 100 1001110 100111011 1000 10100

Color Harmonies of #372F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F35

Black with #372F35

Text Example


Text Example

White with #372F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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