Html Css Color HEX #362931 Melanzane

📋 copy color: '#362931'

red 54 ◦ green 41 ◦ blue 49

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

Shades of Melanzane #362931

Tints of Melanzane #362931

RGB

 RED value IS 54 (21.48% from 255) = 37.5%

 GREEN value IS 41 (16.41% from 255) = 28.47%

 BLUE value IS 49 (19.53% from 255) = 34.03%

R = 37.5%
G = 28.47%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#362931 (or 0x362931) is known color: Melanzane. HEX triplet: 36, 29 and 31. RGB value is (54,41,49). Sum of RGB (Red+Green+Blue) = 54+41+49=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #362931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362931 is #C9D6CE. Grayscale: #2D2D2D. Windows color (decimal): -13227727 or 3221814. OLE color: 3221814.

HSL color Cylindrical-coordinate representation of color #362931: hue angle of 323.08º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #362931 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 41 49 -
CMYK 0 0.24 0.09 0.79
HSL 323.08º 0.14% 0.19% -
HSV(B) 323.08º 0.24% 0.21% -
XYZ 2.87 2.59 3.25 -
YUV 45.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 54 41 49 0 0.24 0.09 0.79 323.08 0.14 0.19
Hex 36 29 31 0 18 9 4F 143 E 13
Octal 66 51 61 0 30 11 117 503 16 23
Binary 110110 101001 110001 0 11000 1001 1001111 101000011 1110 10011

Color Harmonies of #362931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362931

Black with #362931

Text Example


Text Example

White with #362931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362931; }

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

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

background-color css

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

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

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

border-color css

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

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

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