Html Css Color HEX #362E34 Melanzane

📋 copy color: '#362E34'

red 54 ◦ green 46 ◦ blue 52

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

Shades of Melanzane #362E34

Tints of Melanzane #362E34

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.26%

 BLUE value IS 52 (20.7% from 255) = 34.21%

R = 35.53%
G = 30.26%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#362E34 (or 0x362E34) is known color: Melanzane. HEX triplet: 36, 2E and 34. RGB value is (54,46,52). Sum of RGB (Red+Green+Blue) = 54+46+52=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 54 - color contains mainly: red. Hex color #362E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E34 is #C9D1CB. Grayscale: #313131. Windows color (decimal): -13226444 or 3419702. OLE color: 3419702.

HSL color Cylindrical-coordinate representation of color #362E34: hue angle of 315º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #362E34 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 46 52 -
CMYK 0 0.15 0.04 0.79
HSL 315º 0.08% 0.2% -
HSV(B) 315º 0.15% 0.21% -
XYZ 3.12 2.99 3.66 -
YUV 49.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 54 46 52 0 0.15 0.04 0.79 315 0.08 0.2
Hex 36 2E 34 0 F 4 4F 13B 8 14
Octal 66 56 64 0 17 4 117 473 10 24
Binary 110110 101110 110100 0 1111 100 1001111 100111011 1000 10100

Color Harmonies of #362E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E34

Black with #362E34

Text Example


Text Example

White with #362E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,46,52); }

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

background-color css

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

 a { background-color: rgb(54,46,52); }

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

border-color css

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

 span { border-color: rgb(54,46,52); }

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