Html Css Color HEX #372130 Melanzane

📋 copy color: '#372130'

red 55 ◦ green 33 ◦ blue 48

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

Shades of Melanzane #372130

Tints of Melanzane #372130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.26%

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

R = 40.44%
G = 24.26%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#372130 (or 0x372130) is known color: Melanzane. HEX triplet: 37, 21 and 30. RGB value is (55,33,48). Sum of RGB (Red+Green+Blue) = 55+33+48=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #372130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372130 is #C8DECF. Grayscale: #292929. Windows color (decimal): -13164240 or 3154231. OLE color: 3154231.

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

Color convert

RGB 55 33 48 -
CMYK 0 0.4 0.13 0.78
HSL 319.09º 0.25% 0.17% -
HSV(B) 319.09º 0.4% 0.22% -
XYZ 2.65 2.11 3.06 -
YUV 41.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 55 33 48 0 0.4 0.13 0.78 319.09 0.25 0.17
Hex 37 21 30 0 28 D 4E 13F 19 11
Octal 67 41 60 0 50 15 116 477 31 21
Binary 110111 100001 110000 0 101000 1101 1001110 100111111 11001 10001

Color Harmonies of #372130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372130

Black with #372130

Text Example


Text Example

White with #372130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372130; }

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

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

background-color css

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

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

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

border-color css

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

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

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