#381930

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

Shades of Melanzane #381930

Tints of Melanzane #381930

Color information

#381930 (or 0x381930) is unknown color: approx Melanzane. HEX triplet: 38, 19 and 30. RGB value is (56,25,48). Sum of RGB (Red+Green+Blue) = 56+25+48=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #381930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381930 is #C7E6CF. Grayscale: #242424. Windows color (decimal): -13100752 or 3152184. OLE color: 3152184.

HSL color Cylindrical-coordinate representation of color #381930: hue angle of 315.48º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381930 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB562548-
CMYK00.550.140.78
HSL315.48º38.27%15.88%-
HSV(B)315.48º55.36%21.96%-
XYZ2.511.753-
YUV36.89134.27141.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=43.41%
G=19.38%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56254800.550.140.78315.4838.2715.88
Hex381930037E4E13b2610
Octal703160067161164734620
Binary1110001100111000001101111110100111010011101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381930; }

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

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

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

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

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

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

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

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