Html Css Color HEX #311729 Melanzane

📋 copy color: '#311729'

red 49 ◦ green 23 ◦ blue 41

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

Shades of Melanzane #311729

Tints of Melanzane #311729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 43.36%
G = 20.35%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#311729 (or 0x311729) is known color: Melanzane. HEX triplet: 31, 17 and 29. RGB value is (49,23,41). Sum of RGB (Red+Green+Blue) = 49+23+41=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311729 is #CEE8D6. Grayscale: #202020. Windows color (decimal): -13560023 or 2692913. OLE color: 2692913.

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

Color convert

RGB 49 23 41 -
CMYK 0 0.53 0.16 0.81
HSL 318.46º 0.36% 0.14% -
HSV(B) 318.46º 0.53% 0.19% -
XYZ 1.97 1.43 2.27 -
YUV 32.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 49 23 41 0 0.53 0.16 0.81 318.46 0.36 0.14
Hex 31 17 29 0 35 10 51 13E 24 E
Octal 61 27 51 0 65 20 121 476 44 16
Binary 110001 10111 101001 0 110101 10000 1010001 100111110 100100 1110

Color Harmonies of #311729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311729

Black with #311729

Text Example


Text Example

White with #311729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311729; }

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

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

background-color css

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

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

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

border-color css

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

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

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