Html Css Color HEX #311D2D Melanzane

📋 copy color: '#311D2D'

red 49 ◦ green 29 ◦ blue 45

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

Shades of Melanzane #311D2D

Tints of Melanzane #311D2D

RGB

 RED value IS 49 (19.53% from 255) = 39.84%

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

 BLUE value IS 45 (17.97% from 255) = 36.59%

R = 39.84%
G = 23.58%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#311D2D (or 0x311D2D) is known color: Melanzane. HEX triplet: 31, 1D and 2D. RGB value is (49,29,45). Sum of RGB (Red+Green+Blue) = 49+29+45=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #311D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D2D is #CEE2D2. Grayscale: #242424. Windows color (decimal): -13558483 or 2956593. OLE color: 2956593.

HSL color Cylindrical-coordinate representation of color #311D2D: hue angle of 312º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #311D2D is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 29 45 -
CMYK 0 0.41 0.08 0.81
HSL 312º 0.26% 0.15% -
HSV(B) 312º 0.41% 0.19% -
XYZ 2.18 1.72 2.7 -
YUV 36.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 49 29 45 0 0.41 0.08 0.81 312 0.26 0.15
Hex 31 1D 2D 0 29 8 51 138 1A F
Octal 61 35 55 0 51 10 121 470 32 17
Binary 110001 11101 101101 0 101001 1000 1010001 100111000 11010 1111

Color Harmonies of #311D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D2D

Black with #311D2D

Text Example


Text Example

White with #311D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311D2D; }

 p { color: rgb(49,29,45); }

 H1.HeaderClassName
 {
   color: #311D2D;
 }
 .AnyTagClassName
 {
   color: #311D2D;
 }
</style>

background-color css

<style>
 a { background-color: #311D2D; }

 a { background-color: rgb(49,29,45); }

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

border-color css

<style>
 span { border-color: #311D2D; }

 span { border-color: rgb(49,29,45); }

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