#381730

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

Shades of Melanzane #381730

Tints of Melanzane #381730

Color information

#381730 (or 0x381730) is unknown color: approx Melanzane. HEX triplet: 38, 17 and 30. RGB value is (56,23,48). Sum of RGB (Red+Green+Blue) = 56+23+48=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381730 is #C7E8CF. Grayscale: #232323. Windows color (decimal): -13101264 or 3151672. OLE color: 3151672.

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

Color convert

RGB562348-
CMYK00.590.140.78
HSL314.55º41.77%15.49%-
HSV(B)314.55º58.93%21.96%-
XYZ2.471.672.99-
YUV35.72134.93142.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=44.09%
G=18.11%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56234800.590.140.78314.5541.7715.49
Hex38173003BE4E13b2af
Octal702760073161164735217
Binary111000101111100000111011111010011101001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381730; }

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

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

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

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

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

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

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

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