#382A33

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

Shades of Melanzane #382A33

Tints of Melanzane #382A33

Color information

#382A33 (or 0x382A33) is unknown color: approx Melanzane. HEX triplet: 38, 2A and 33. RGB value is (56,42,51). Sum of RGB (Red+Green+Blue) = 56+42+51=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A33 is #C7D5CC. Grayscale: #2F2F2F. Windows color (decimal): -13096397 or 3353144. OLE color: 3353144.

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

Color convert

RGB564251-
CMYK00.250.090.78
HSL321.43º14.29%19.22%-
HSV(B)321.43º25%21.96%-
XYZ3.062.743.5-
YUV47.21130.14134.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 51 (20.31% from 255) = 34.23%
R=37.58%
G=28.19%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56425100.250.090.78321.4314.2919.22
Hex382A3301994E141e13
Octal705263031111165011623
Binary11100010101011001101100110011001110101000001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382A33; }

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

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

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

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

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

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

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

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