Html Css Color HEX #362832 Melanzane

📋 copy color: '#362832'

red 54 ◦ green 40 ◦ blue 50

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

Shades of Melanzane #362832

Tints of Melanzane #362832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 50 (19.92% from 255) = 34.72%

R = 37.5%
G = 27.78%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#362832 (or 0x362832) is known color: Melanzane. HEX triplet: 36, 28 and 32. RGB value is (54,40,50). Sum of RGB (Red+Green+Blue) = 54+40+50=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #362832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362832 is #C9D7CD. Grayscale: #2D2D2D. Windows color (decimal): -13227982 or 3287094. OLE color: 3287094.

HSL color Cylindrical-coordinate representation of color #362832: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #362832 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 40 50 -
CMYK 0 0.26 0.07 0.79
HSL 317.14º 0.15% 0.18% -
HSV(B) 317.14º 0.26% 0.21% -
XYZ 2.86 2.53 3.36 -
YUV 45.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 54 40 50 0 0.26 0.07 0.79 317.14 0.15 0.18
Hex 36 28 32 0 1A 7 4F 13D F 12
Octal 66 50 62 0 32 7 117 475 17 22
Binary 110110 101000 110010 0 11010 111 1001111 100111101 1111 10010

Color Harmonies of #362832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362832

Black with #362832

Text Example


Text Example

White with #362832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362832; }

 p { color: rgb(54,40,50); }

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

background-color css

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

 a { background-color: rgb(54,40,50); }

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

border-color css

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

 span { border-color: rgb(54,40,50); }

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