Html Css Color HEX #371E2F Melanzane

📋 copy color: '#371E2F'

red 55 ◦ green 30 ◦ blue 47

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

Shades of Melanzane #371E2F

Tints of Melanzane #371E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.73%

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

R = 41.67%
G = 22.73%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#371E2F (or 0x371E2F) is known color: Melanzane. HEX triplet: 37, 1E and 2F. RGB value is (55,30,47). Sum of RGB (Red+Green+Blue) = 55+30+47=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #371E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E2F is #C8E1D0. Grayscale: #272727. Windows color (decimal): -13165009 or 3087927. OLE color: 3087927.

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

Color convert

RGB 55 30 47 -
CMYK 0 0.45 0.15 0.78
HSL 319.2º 0.29% 0.17% -
HSV(B) 319.2º 0.45% 0.22% -
XYZ 2.55 1.95 2.93 -
YUV 39.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 55 30 47 0 0.45 0.15 0.78 319.2 0.29 0.17
Hex 37 1E 2F 0 2D F 4E 13F 1D 11
Octal 67 36 57 0 55 17 116 477 35 21
Binary 110111 11110 101111 0 101101 1111 1001110 100111111 11101 10001

Color Harmonies of #371E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E2F

Black with #371E2F

Text Example


Text Example

White with #371E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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