Html Css Color HEX #371F31 Melanzane

📋 copy color: '#371F31'

red 55 ◦ green 31 ◦ blue 49

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

Shades of Melanzane #371F31

Tints of Melanzane #371F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.96%

 BLUE value IS 49 (19.53% from 255) = 36.3%

R = 40.74%
G = 22.96%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#371F31 (or 0x371F31) is known color: Melanzane. HEX triplet: 37, 1F and 31. RGB value is (55,31,49). Sum of RGB (Red+Green+Blue) = 55+31+49=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #371F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F31 is #C8E0CE. Grayscale: #282828. Windows color (decimal): -13164751 or 3219255. OLE color: 3219255.

HSL color Cylindrical-coordinate representation of color #371F31: hue angle of 315º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #371F31 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 31 49 -
CMYK 0 0.44 0.11 0.78
HSL 315º 0.28% 0.17% -
HSV(B) 315º 0.44% 0.22% -
XYZ 2.62 2.01 3.16 -
YUV 40.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 55 31 49 0 0.44 0.11 0.78 315 0.28 0.17
Hex 37 1F 31 0 2C B 4E 13B 1C 11
Octal 67 37 61 0 54 13 116 473 34 21
Binary 110111 11111 110001 0 101100 1011 1001110 100111011 11100 10001

Color Harmonies of #371F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F31

Black with #371F31

Text Example


Text Example

White with #371F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371F31; }

 p { color: rgb(55,31,49); }

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

background-color css

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

 a { background-color: rgb(55,31,49); }

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

border-color css

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

 span { border-color: rgb(55,31,49); }

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