Html Css Color HEX #311F2E Melanzane

📋 copy color: '#311F2E'

red 49 ◦ green 31 ◦ blue 46

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

Shades of Melanzane #311F2E

Tints of Melanzane #311F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.6%

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

R = 38.89%
G = 24.6%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#311F2E (or 0x311F2E) is known color: Melanzane. HEX triplet: 31, 1F and 2E. RGB value is (49,31,46). Sum of RGB (Red+Green+Blue) = 49+31+46=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #311F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F2E is #CEE0D1. Grayscale: #262626. Windows color (decimal): -13557970 or 3022641. OLE color: 3022641.

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

Color convert

RGB 49 31 46 -
CMYK 0 0.37 0.06 0.81
HSL 310º 0.23% 0.16% -
HSV(B) 310º 0.37% 0.19% -
XYZ 2.25 1.83 2.82 -
YUV 38.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 49 31 46 0 0.37 0.06 0.81 310 0.23 0.16
Hex 31 1F 2E 0 25 6 51 136 16 10
Octal 61 37 56 0 45 6 121 466 26 20
Binary 110001 11111 101110 0 100101 110 1010001 100110110 10110 10000

Color Harmonies of #311F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F2E

Black with #311F2E

Text Example


Text Example

White with #311F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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