#382633

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

Shades of Melanzane #382633

Tints of Melanzane #382633

Color information

#382633 (or 0x382633) is unknown color: approx Melanzane. HEX triplet: 38, 26 and 33. RGB value is (56,38,51). Sum of RGB (Red+Green+Blue) = 56+38+51=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382633 is #C7D9CC. Grayscale: #2C2C2C. Windows color (decimal): -13097421 or 3352120. OLE color: 3352120.

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

Color convert

RGB563851-
CMYK00.320.090.78
HSL316.67º19.15%18.43%-
HSV(B)316.67º32.14%21.96%-
XYZ2.922.473.45-
YUV44.86131.46135.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=38.62%
G=26.21%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56385100.320.090.78316.6719.1518.43
Hex38263302094E13d1312
Octal704663040111164752322
Binary1110001001101100110100000100110011101001111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382633; }

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

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

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

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

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

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

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

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