Html Css Color HEX #37132F Melanzane

📋 copy color: '#37132F'

red 55 ◦ green 19 ◦ blue 47

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

Shades of Melanzane #37132F

Tints of Melanzane #37132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 47 (18.75% from 255) = 38.84%

R = 45.45%
G = 15.7%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37132F (or 0x37132F) is known color: Melanzane. HEX triplet: 37, 13 and 2F. RGB value is (55,19,47). Sum of RGB (Red+Green+Blue) = 55+19+47=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37132F is #C8ECD0. Grayscale: #202020. Windows color (decimal): -13167825 or 3085111. OLE color: 3085111.

HSL color Cylindrical-coordinate representation of color #37132F: hue angle of 313.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37132F is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 47 -
CMYK 0 0.65 0.15 0.78
HSL 313.33º 0.49% 0.15% -
HSV(B) 313.33º 0.65% 0.22% -
XYZ 2.32 1.48 2.85 -
YUV 32.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 55 19 47 0 0.65 0.15 0.78 313.33 0.49 0.15
Hex 37 13 2F 0 41 F 4E 139 31 F
Octal 67 23 57 0 101 17 116 471 61 17
Binary 110111 10011 101111 0 1000001 1111 1001110 100111001 110001 1111

Color Harmonies of #37132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37132F

Black with #37132F

Text Example


Text Example

White with #37132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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