#32252F

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

Shades of Melanzane #32252F

Tints of Melanzane #32252F

Color information

#32252F (or 0x32252F) is unknown color: approx Melanzane. HEX triplet: 32, 25 and 2F. RGB value is (50,37,47). Sum of RGB (Red+Green+Blue) = 50+37+47=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #32252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32252F is #CDDAD0. Grayscale: #2A2A2A. Windows color (decimal): -13490897 or 3089714. OLE color: 3089714.

HSL color Cylindrical-coordinate representation of color #32252F: hue angle of 313.85º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #32252F is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB503747-
CMYK00.260.060.80
HSL313.85º14.94%17.06%-
HSV(B)313.85º26%19.61%-
XYZ2.492.212.98-
YUV42.03130.81133.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=37.31%
G=27.61%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50374700.260.060.80313.8514.9417.06
Hex32252F01A65013af11
Octal62455703261204721721
Binary1100101001011011110110101101010000100111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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