Html Css Color HEX #311A29 Melanzane

📋 copy color: '#311A29'

red 49 ◦ green 26 ◦ blue 41

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

Shades of Melanzane #311A29

Tints of Melanzane #311A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.41%

 BLUE value IS 41 (16.41% from 255) = 35.34%

R = 42.24%
G = 22.41%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#311A29 (or 0x311A29) is known color: Melanzane. HEX triplet: 31, 1A and 29. RGB value is (49,26,41). Sum of RGB (Red+Green+Blue) = 49+26+41=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #311A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A29 is #CEE5D6. Grayscale: #222222. Windows color (decimal): -13559255 or 2693681. OLE color: 2693681.

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

Color convert

RGB 49 26 41 -
CMYK 0 0.47 0.16 0.81
HSL 320.87º 0.31% 0.15% -
HSV(B) 320.87º 0.47% 0.19% -
XYZ 2.04 1.55 2.29 -
YUV 34.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 49 26 41 0 0.47 0.16 0.81 320.87 0.31 0.15
Hex 31 1A 29 0 2F 10 51 141 1F F
Octal 61 32 51 0 57 20 121 501 37 17
Binary 110001 11010 101001 0 101111 10000 1010001 101000001 11111 1111

Color Harmonies of #311A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A29

Black with #311A29

Text Example


Text Example

White with #311A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,26,41); }

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

background-color css

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

 a { background-color: rgb(49,26,41); }

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

border-color css

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

 span { border-color: rgb(49,26,41); }

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