#36252F

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

Shades of Melanzane #36252F

Tints of Melanzane #36252F

Color information

#36252F (or 0x36252F) is unknown color: approx Melanzane. HEX triplet: 36, 25 and 2F. RGB value is (54,37,47). Sum of RGB (Red+Green+Blue) = 54+37+47=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #36252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36252F is #C9DAD0. Grayscale: #2B2B2B. Windows color (decimal): -13228753 or 3089718. OLE color: 3089718.

HSL color Cylindrical-coordinate representation of color #36252F: hue angle of 324.71º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #36252F is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB543747-
CMYK00.310.130.79
HSL324.71º18.68%17.84%-
HSV(B)324.71º31.48%21.18%-
XYZ2.72.312.99-
YUV43.22130.13135.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=39.13%
G=26.81%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54374700.310.130.79324.7118.6817.84
Hex36252F01FD4F1451312
Octal664557037151175052322
Binary110110100101101111011111110110011111010001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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