Html Css Color HEX #311829 Melanzane

📋 copy color: '#311829'

red 49 ◦ green 24 ◦ blue 41

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

Shades of Melanzane #311829

Tints of Melanzane #311829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.05%

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

R = 42.98%
G = 21.05%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#311829 (or 0x311829) is known color: Melanzane. HEX triplet: 31, 18 and 29. RGB value is (49,24,41). Sum of RGB (Red+Green+Blue) = 49+24+41=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311829 is #CEE7D6. Grayscale: #212121. Windows color (decimal): -13559767 or 2693169. OLE color: 2693169.

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

Color convert

RGB 49 24 41 -
CMYK 0 0.51 0.16 0.81
HSL 319.2º 0.34% 0.14% -
HSV(B) 319.2º 0.51% 0.19% -
XYZ 1.99 1.47 2.28 -
YUV 33.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 49 24 41 0 0.51 0.16 0.81 319.2 0.34 0.14
Hex 31 18 29 0 33 10 51 13F 22 E
Octal 61 30 51 0 63 20 121 477 42 16
Binary 110001 11000 101001 0 110011 10000 1010001 100111111 100010 1110

Color Harmonies of #311829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311829

Black with #311829

Text Example


Text Example

White with #311829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311829; }

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

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

background-color css

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

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

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

border-color css

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

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

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