Html Css Color HEX #372230 Melanzane

📋 copy color: '#372230'

red 55 ◦ green 34 ◦ blue 48

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

Shades of Melanzane #372230

Tints of Melanzane #372230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

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

R = 40.15%
G = 24.82%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#372230 (or 0x372230) is known color: Melanzane. HEX triplet: 37, 22 and 30. RGB value is (55,34,48). Sum of RGB (Red+Green+Blue) = 55+34+48=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #372230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372230 is #C8DDCF. Grayscale: #292929. Windows color (decimal): -13163984 or 3154487. OLE color: 3154487.

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

Color convert

RGB 55 34 48 -
CMYK 0 0.38 0.13 0.78
HSL 320º 0.24% 0.17% -
HSV(B) 320º 0.38% 0.22% -
XYZ 2.68 2.17 3.07 -
YUV 41.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 55 34 48 0 0.38 0.13 0.78 320 0.24 0.17
Hex 37 22 30 0 26 D 4E 140 18 11
Octal 67 42 60 0 46 15 116 500 30 21
Binary 110111 100010 110000 0 100110 1101 1001110 101000000 11000 10001

Color Harmonies of #372230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372230

Black with #372230

Text Example


Text Example

White with #372230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372230; }

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

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

background-color css

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

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

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

border-color css

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

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

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