Html Css Color HEX #311129 Melanzane

📋 copy color: '#311129'

red 49 ◦ green 17 ◦ blue 41

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

Shades of Melanzane #311129

Tints of Melanzane #311129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.89%

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

R = 45.79%
G = 15.89%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#311129 (or 0x311129) is known color: Melanzane. HEX triplet: 31, 11 and 29. RGB value is (49,17,41). Sum of RGB (Red+Green+Blue) = 49+17+41=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #311129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311129 is #CEEED6. Grayscale: #1D1D1D. Windows color (decimal): -13561559 or 2691377. OLE color: 2691377.

HSL color Cylindrical-coordinate representation of color #311129: hue angle of 315º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311129 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 17 41 -
CMYK 0 0.65 0.16 0.81
HSL 315º 0.48% 0.13% -
HSV(B) 315º 0.65% 0.19% -
XYZ 1.87 1.21 2.23 -
YUV 29.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 49 17 41 0 0.65 0.16 0.81 315 0.48 0.13
Hex 31 11 29 0 41 10 51 13B 30 D
Octal 61 21 51 0 101 20 121 473 60 15
Binary 110001 10001 101001 0 1000001 10000 1010001 100111011 110000 1101

Color Harmonies of #311129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311129

Black with #311129

Text Example


Text Example

White with #311129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311129; }

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

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

background-color css

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

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

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

border-color css

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

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

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