#36222E

Color #36222E Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #36222E

Tints of Melanzane #36222E

Color information

#36222E (or 0x36222E) is unknown color: approx Melanzane. HEX triplet: 36, 22 and 2E. RGB value is (54,34,46). Sum of RGB (Red+Green+Blue) = 54+34+46=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #36222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36222E is #C9DDD1. Grayscale: #292929. Windows color (decimal): -13229522 or 3023414. OLE color: 3023414.

HSL color Cylindrical-coordinate representation of color #36222E: hue angle of 324º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #36222E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB543446-
CMYK00.370.150.79
HSL324º22.73%17.25%-
HSV(B)324º37.04%21.18%-
XYZ2.592.132.86-
YUV41.35130.63137.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=40.30%
G=25.37%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54344600.370.150.7932422.7317.25
Hex36222E025F4F1441711
Octal664256045171175042721
Binary1101101000101011100100101111110011111010001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36222E; }

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

 H1.HeaderClassName
 {
   color: #36222E;
 }
 .AnyTagClassName
 {
   color: #36222E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #36222E;
 }
 .BgClassName
 {
   background-color: #36222E;
 }
</style>
border-color css

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

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

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