#381D30

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

Shades of Melanzane #381D30

Tints of Melanzane #381D30

Color information

#381D30 (or 0x381D30) is unknown color: approx Melanzane. HEX triplet: 38, 1D and 30. RGB value is (56,29,48). Sum of RGB (Red+Green+Blue) = 56+29+48=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D30 is #C7E2CF. Grayscale: #272727. Windows color (decimal): -13099728 or 3153208. OLE color: 3153208.

HSL color Cylindrical-coordinate representation of color #381D30: hue angle of 317.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #381D30 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB562948-
CMYK00.480.140.78
HSL317.78º31.76%16.67%-
HSV(B)317.78º48.21%21.96%-
XYZ2.61.933.03-
YUV39.24132.95139.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=42.11%
G=21.80%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56294800.480.140.78317.7831.7616.67
Hex381D30030E4E13e2011
Octal703560060161164764021
Binary1110001110111000001100001110100111010011111010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381D30; }

 p { color: rgb(56,29,48); }

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

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

 a { background-color: rgb(56,29,48); }

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

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

 span { border-color: rgb(56,29,48); }

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