Html Css Color HEX #371D2F Melanzane

📋 copy color: '#371D2F'

red 55 ◦ green 29 ◦ blue 47

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

Shades of Melanzane #371D2F

Tints of Melanzane #371D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.14%

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

R = 41.98%
G = 22.14%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#371D2F (or 0x371D2F) is known color: Melanzane. HEX triplet: 37, 1D and 2F. RGB value is (55,29,47). Sum of RGB (Red+Green+Blue) = 55+29+47=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #371D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D2F is #C8E2D0. Grayscale: #262626. Windows color (decimal): -13165265 or 3087671. OLE color: 3087671.

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

Color convert

RGB 55 29 47 -
CMYK 0 0.47 0.15 0.78
HSL 318.46º 0.31% 0.16% -
HSV(B) 318.46º 0.47% 0.22% -
XYZ 2.53 1.9 2.92 -
YUV 38.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 55 29 47 0 0.47 0.15 0.78 318.46 0.31 0.16
Hex 37 1D 2F 0 2F F 4E 13E 1F 10
Octal 67 35 57 0 57 17 116 476 37 20
Binary 110111 11101 101111 0 101111 1111 1001110 100111110 11111 10000

Color Harmonies of #371D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D2F

Black with #371D2F

Text Example


Text Example

White with #371D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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