#382534

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

Shades of Melanzane #382534

Tints of Melanzane #382534

Color information

#382534 (or 0x382534) is unknown color: approx Melanzane. HEX triplet: 38, 25 and 34. RGB value is (56,37,52). Sum of RGB (Red+Green+Blue) = 56+37+52=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382534 is #C7DACB. Grayscale: #2C2C2C. Windows color (decimal): -13097676 or 3417400. OLE color: 3417400.

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

Color convert

RGB563752-
CMYK00.340.070.78
HSL312.63º20.43%18.24%-
HSV(B)312.63º33.93%21.96%-
XYZ2.912.413.56-
YUV44.39132.29136.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=38.62%
G=25.52%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56375200.340.070.78312.6320.4318.24
Hex38253402274E1391412
Octal70456404271164712422
Binary111000100101110100010001011110011101001110011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382534; }

 p { color: rgb(56,37,52); }

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

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

 a { background-color: rgb(56,37,52); }

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

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

 span { border-color: rgb(56,37,52); }

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