Html Css Color HEX #371F2E Melanzane

📋 copy color: '#371F2E'

red 55 ◦ green 31 ◦ blue 46

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

Shades of Melanzane #371F2E

Tints of Melanzane #371F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.85%

R = 41.67%
G = 23.48%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#371F2E (or 0x371F2E) is known color: Melanzane. HEX triplet: 37, 1F and 2E. RGB value is (55,31,46). Sum of RGB (Red+Green+Blue) = 55+31+46=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #371F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F2E is #C8E0D1. Grayscale: #272727. Windows color (decimal): -13164754 or 3022647. OLE color: 3022647.

HSL color Cylindrical-coordinate representation of color #371F2E: hue angle of 322.5º 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 #371F2E is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 31 46 -
CMYK 0 0.44 0.16 0.78
HSL 322.5º 0.28% 0.17% -
HSV(B) 322.5º 0.44% 0.22% -
XYZ 2.56 1.99 2.83 -
YUV 39.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 55 31 46 0 0.44 0.16 0.78 322.5 0.28 0.17
Hex 37 1F 2E 0 2C 10 4E 142 1C 11
Octal 67 37 56 0 54 20 116 502 34 21
Binary 110111 11111 101110 0 101100 10000 1001110 101000010 11100 10001

Color Harmonies of #371F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F2E

Black with #371F2E

Text Example


Text Example

White with #371F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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