Html Css Color HEX #311B2A Melanzane

📋 copy color: '#311B2A'

red 49 ◦ green 27 ◦ blue 42

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

Shades of Melanzane #311B2A

Tints of Melanzane #311B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.88%

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

R = 41.53%
G = 22.88%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#311B2A (or 0x311B2A) is known color: Melanzane. HEX triplet: 31, 1B and 2A. RGB value is (49,27,42). Sum of RGB (Red+Green+Blue) = 49+27+42=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #311B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B2A is #CEE4D5. Grayscale: #232323. Windows color (decimal): -13558998 or 2759473. OLE color: 2759473.

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

Color convert

RGB 49 27 42 -
CMYK 0 0.45 0.14 0.81
HSL 319.09º 0.29% 0.15% -
HSV(B) 319.09º 0.45% 0.19% -
XYZ 2.08 1.6 2.39 -
YUV 35.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 49 27 42 0 0.45 0.14 0.81 319.09 0.29 0.15
Hex 31 1B 2A 0 2D E 51 13F 1D F
Octal 61 33 52 0 55 16 121 477 35 17
Binary 110001 11011 101010 0 101101 1110 1010001 100111111 11101 1111

Color Harmonies of #311B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B2A

Black with #311B2A

Text Example


Text Example

White with #311B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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