Html Css Color HEX #311D2B Melanzane

📋 copy color: '#311D2B'

red 49 ◦ green 29 ◦ blue 43

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

Shades of Melanzane #311D2B

Tints of Melanzane #311D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 35.54%

R = 40.5%
G = 23.97%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#311D2B (or 0x311D2B) is known color: Melanzane. HEX triplet: 31, 1D and 2B. RGB value is (49,29,43). Sum of RGB (Red+Green+Blue) = 49+29+43=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #311D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D2B is #CEE2D4. Grayscale: #242424. Windows color (decimal): -13558485 or 2825521. OLE color: 2825521.

HSL color Cylindrical-coordinate representation of color #311D2B: hue angle of 318º 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 #311D2B is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 29 43 -
CMYK 0 0.41 0.12 0.81
HSL 318º 0.26% 0.15% -
HSV(B) 318º 0.41% 0.19% -
XYZ 2.14 1.71 2.5 -
YUV 36.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 49 29 43 0 0.41 0.12 0.81 318 0.26 0.15
Hex 31 1D 2B 0 29 C 51 13E 1A F
Octal 61 35 53 0 51 14 121 476 32 17
Binary 110001 11101 101011 0 101001 1100 1010001 100111110 11010 1111

Color Harmonies of #311D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D2B

Black with #311D2B

Text Example


Text Example

White with #311D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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