#382533

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

Shades of Melanzane #382533

Tints of Melanzane #382533

Color information

#382533 (or 0x382533) is unknown color: approx Melanzane. HEX triplet: 38, 25 and 33. RGB value is (56,37,51). Sum of RGB (Red+Green+Blue) = 56+37+51=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382533 is #C7DACC. Grayscale: #2C2C2C. Windows color (decimal): -13097677 or 3351864. OLE color: 3351864.

HSL color Cylindrical-coordinate representation of color #382533: hue angle of 315.79º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382533 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB563751-
CMYK00.340.090.78
HSL315.79º20.43%18.24%-
HSV(B)315.79º33.93%21.96%-
XYZ2.892.43.44-
YUV44.28131.79136.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=38.89%
G=25.69%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56375100.340.090.78315.7920.4318.24
Hex38253302294E13c1412
Octal704563042111164742422
Binary1110001001011100110100010100110011101001111001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382533; }

 p { color: rgb(56,37,51); }

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

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

 a { background-color: rgb(56,37,51); }

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

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

 span { border-color: rgb(56,37,51); }

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