Html Css Color HEX #311E2E Melanzane

📋 copy color: '#311E2E'

red 49 ◦ green 30 ◦ blue 46

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

Shades of Melanzane #311E2E

Tints of Melanzane #311E2E

RGB

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

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

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

R = 39.2%
G = 24%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#311E2E (or 0x311E2E) is known color: Melanzane. HEX triplet: 31, 1E and 2E. RGB value is (49,30,46). Sum of RGB (Red+Green+Blue) = 49+30+46=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2E is #CEE1D1. Grayscale: #252525. Windows color (decimal): -13558226 or 3022385. OLE color: 3022385.

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

Color convert

RGB 49 30 46 -
CMYK 0 0.39 0.06 0.81
HSL 309.47º 0.24% 0.15% -
HSV(B) 309.47º 0.39% 0.19% -
XYZ 2.22 1.78 2.81 -
YUV 37.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 49 30 46 0 0.39 0.06 0.81 309.47 0.24 0.15
Hex 31 1E 2E 0 27 6 51 135 18 F
Octal 61 36 56 0 47 6 121 465 30 17
Binary 110001 11110 101110 0 100111 110 1010001 100110101 11000 1111

Color Harmonies of #311E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E2E

Black with #311E2E

Text Example


Text Example

White with #311E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,30,46); }

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

background-color css

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

 a { background-color: rgb(49,30,46); }

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

border-color css

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

 span { border-color: rgb(49,30,46); }

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