#382131

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

Shades of Melanzane #382131

Tints of Melanzane #382131

Color information

#382131 (or 0x382131) is unknown color: approx Melanzane. HEX triplet: 38, 21 and 31. RGB value is (56,33,49). Sum of RGB (Red+Green+Blue) = 56+33+49=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #382131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382131 is #C7DECE. Grayscale: #292929. Windows color (decimal): -13098703 or 3219768. OLE color: 3219768.

HSL color Cylindrical-coordinate representation of color #382131: hue angle of 318.26º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382131 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB563349-
CMYK00.410.120.78
HSL318.26º25.84%17.45%-
HSV(B)318.26º41.07%21.96%-
XYZ2.732.153.18-
YUV41.7132.12138.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=40.58%
G=23.91%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56334900.410.120.78318.2625.8417.45
Hex382131029C4E13e1a11
Octal704161051141164763221
Binary1110001000011100010101001110010011101001111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382131; }

 p { color: rgb(56,33,49); }

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

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

 a { background-color: rgb(56,33,49); }

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

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

 span { border-color: rgb(56,33,49); }

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