#36212E

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

Shades of Melanzane #36212E

Tints of Melanzane #36212E

Color information

#36212E (or 0x36212E) is unknown color: approx Melanzane. HEX triplet: 36, 21 and 2E. RGB value is (54,33,46). Sum of RGB (Red+Green+Blue) = 54+33+46=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #36212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36212E is #C9DED1. Grayscale: #282828. Windows color (decimal): -13229778 or 3023158. OLE color: 3023158.

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

Color convert

RGB543346-
CMYK00.390.150.79
HSL322.86º24.14%17.06%-
HSV(B)322.86º38.89%21.18%-
XYZ2.562.072.85-
YUV40.76130.96137.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=40.60%
G=24.81%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54334600.390.150.79322.8624.1417.06
Hex36212E027F4F1431811
Octal664156047171175033021
Binary1101101000011011100100111111110011111010000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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