Html Css Color HEX #311F2A Melanzane

📋 copy color: '#311F2A'

red 49 ◦ green 31 ◦ blue 42

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

Shades of Melanzane #311F2A

Tints of Melanzane #311F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 40.16%
G = 25.41%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#311F2A (or 0x311F2A) is known color: Melanzane. HEX triplet: 31, 1F and 2A. RGB value is (49,31,42). Sum of RGB (Red+Green+Blue) = 49+31+42=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #311F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F2A is #CEE0D5. Grayscale: #252525. Windows color (decimal): -13557974 or 2760497. OLE color: 2760497.

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

Color convert

RGB 49 31 42 -
CMYK 0 0.37 0.14 0.81
HSL 323.33º 0.23% 0.16% -
HSV(B) 323.33º 0.37% 0.19% -
XYZ 2.17 1.8 2.42 -
YUV 37.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 49 31 42 0 0.37 0.14 0.81 323.33 0.23 0.16
Hex 31 1F 2A 0 25 E 51 143 16 10
Octal 61 37 52 0 45 16 121 503 26 20
Binary 110001 11111 101010 0 100101 1110 1010001 101000011 10110 10000

Color Harmonies of #311F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F2A

Black with #311F2A

Text Example


Text Example

White with #311F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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