#382134

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

Shades of Melanzane #382134

Tints of Melanzane #382134

Color information

#382134 (or 0x382134) is unknown color: approx Melanzane. HEX triplet: 38, 21 and 34. RGB value is (56,33,52). Sum of RGB (Red+Green+Blue) = 56+33+52=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382134 is #C7DECB. Grayscale: #292929. Windows color (decimal): -13098700 or 3416376. OLE color: 3416376.

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

Color convert

RGB563352-
CMYK00.410.070.78
HSL310.43º25.84%17.45%-
HSV(B)310.43º41.07%21.96%-
XYZ2.792.183.52-
YUV42.04133.62137.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=39.72%
G=23.40%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56335200.410.070.78310.4325.8417.45
Hex38213402974E1361a11
Octal70416405171164663221
Binary111000100001110100010100111110011101001101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382134; }

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

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

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

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

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

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

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

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