#382231

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

Shades of Melanzane #382231

Tints of Melanzane #382231

Color information

#382231 (or 0x382231) is unknown color: approx Melanzane. HEX triplet: 38, 22 and 31. RGB value is (56,34,49). Sum of RGB (Red+Green+Blue) = 56+34+49=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382231 is #C7DDCE. Grayscale: #2A2A2A. Windows color (decimal): -13098447 or 3220024. OLE color: 3220024.

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

Color convert

RGB563449-
CMYK00.390.120.78
HSL319.09º24.44%17.65%-
HSV(B)319.09º39.29%21.96%-
XYZ2.762.213.19-
YUV42.29131.79137.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=40.29%
G=24.46%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56344900.390.120.78319.0924.4417.65
Hex382231027C4E13f1812
Octal704261047141164773022
Binary1110001000101100010100111110010011101001111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382231; }

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

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

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

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

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

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

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

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