Html Css Color HEX #362C32 Melanzane

📋 copy color: '#362C32'

red 54 ◦ green 44 ◦ blue 50

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

Shades of Melanzane #362C32

Tints of Melanzane #362C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.73%

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

R = 36.49%
G = 29.73%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#362C32 (or 0x362C32) is known color: Melanzane. HEX triplet: 36, 2C and 32. RGB value is (54,44,50). Sum of RGB (Red+Green+Blue) = 54+44+50=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #362C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C32 is #C9D3CD. Grayscale: #2F2F2F. Windows color (decimal): -13226958 or 3288118. OLE color: 3288118.

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

Color convert

RGB 54 44 50 -
CMYK 0 0.19 0.07 0.79
HSL 324º 0.1% 0.19% -
HSV(B) 324º 0.19% 0.21% -
XYZ 3 2.82 3.4 -
YUV 47.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 54 44 50 0 0.19 0.07 0.79 324 0.1 0.19
Hex 36 2C 32 0 13 7 4F 144 A 13
Octal 66 54 62 0 23 7 117 504 12 23
Binary 110110 101100 110010 0 10011 111 1001111 101000100 1010 10011

Color Harmonies of #362C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C32

Black with #362C32

Text Example


Text Example

White with #362C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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