#36222F

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

Shades of Melanzane #36222F

Tints of Melanzane #36222F

Color information

#36222F (or 0x36222F) is unknown color: approx Melanzane. HEX triplet: 36, 22 and 2F. RGB value is (54,34,47). Sum of RGB (Red+Green+Blue) = 54+34+47=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #36222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36222F is #C9DDD0. Grayscale: #292929. Windows color (decimal): -13229521 or 3088950. OLE color: 3088950.

HSL color Cylindrical-coordinate representation of color #36222F: hue angle of 321º 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 #36222F is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB543447-
CMYK00.370.130.79
HSL321º22.73%17.25%-
HSV(B)321º37.04%21.18%-
XYZ2.612.132.96-
YUV41.46131.13136.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=40%
G=25.19%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54344700.370.130.7932122.7317.25
Hex36222F025D4F1411711
Octal664257045151175012721
Binary1101101000101011110100101110110011111010000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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