Html Css Color HEX #372530 Melanzane

📋 copy color: '#372530'

red 55 ◦ green 37 ◦ blue 48

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

Shades of Melanzane #372530

Tints of Melanzane #372530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.43%

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

R = 39.29%
G = 26.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#372530 (or 0x372530) is known color: Melanzane. HEX triplet: 37, 25 and 30. RGB value is (55,37,48). Sum of RGB (Red+Green+Blue) = 55+37+48=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #372530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372530 is #C8DACF. Grayscale: #2B2B2B. Windows color (decimal): -13163216 or 3155255. OLE color: 3155255.

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

Color convert

RGB 55 37 48 -
CMYK 0 0.33 0.13 0.78
HSL 323.33º 0.2% 0.18% -
HSV(B) 323.33º 0.33% 0.22% -
XYZ 2.77 2.35 3.1 -
YUV 43.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 55 37 48 0 0.33 0.13 0.78 323.33 0.2 0.18
Hex 37 25 30 0 21 D 4E 143 14 12
Octal 67 45 60 0 41 15 116 503 24 22
Binary 110111 100101 110000 0 100001 1101 1001110 101000011 10100 10010

Color Harmonies of #372530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372530

Black with #372530

Text Example


Text Example

White with #372530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372530; }

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

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

background-color css

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

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

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

border-color css

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

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

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