#382933

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

Shades of Melanzane #382933

Tints of Melanzane #382933

Color information

#382933 (or 0x382933) is unknown color: approx Melanzane. HEX triplet: 38, 29 and 33. RGB value is (56,41,51). Sum of RGB (Red+Green+Blue) = 56+41+51=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #382933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382933 is #C7D6CC. Grayscale: #2E2E2E. Windows color (decimal): -13096653 or 3352888. OLE color: 3352888.

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

Color convert

RGB564151-
CMYK00.270.090.78
HSL320º15.46%19.02%-
HSV(B)320º26.79%21.96%-
XYZ3.022.673.49-
YUV46.62130.47134.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 51 (20.31% from 255) = 34.46%
R=37.84%
G=27.70%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56415100.270.090.7832015.4619.02
Hex38293301B94E140f13
Octal705163033111165001723
Binary11100010100111001101101110011001110101000000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382933; }

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

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

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

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

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

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

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

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