Html Css Color HEX #372330 Melanzane

📋 copy color: '#372330'

red 55 ◦ green 35 ◦ blue 48

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

Shades of Melanzane #372330

Tints of Melanzane #372330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 39.86%
G = 25.36%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#372330 (or 0x372330) is known color: Melanzane. HEX triplet: 37, 23 and 30. RGB value is (55,35,48). Sum of RGB (Red+Green+Blue) = 55+35+48=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #372330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372330 is #C8DCCF. Grayscale: #2A2A2A. Windows color (decimal): -13163728 or 3154743. OLE color: 3154743.

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

Color convert

RGB 55 35 48 -
CMYK 0 0.36 0.13 0.78
HSL 321º 0.22% 0.18% -
HSV(B) 321º 0.36% 0.22% -
XYZ 2.71 2.23 3.08 -
YUV 42.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 55 35 48 0 0.36 0.13 0.78 321 0.22 0.18
Hex 37 23 30 0 24 D 4E 141 16 12
Octal 67 43 60 0 44 15 116 501 26 22
Binary 110111 100011 110000 0 100100 1101 1001110 101000001 10110 10010

Color Harmonies of #372330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372330

Black with #372330

Text Example


Text Example

White with #372330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372330; }

 p { color: rgb(55,35,48); }

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

background-color css

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

 a { background-color: rgb(55,35,48); }

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

border-color css

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

 span { border-color: rgb(55,35,48); }

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