#383537

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

Shades of Melanzane #383537

Tints of Melanzane #383537

Color information

#383537 (or 0x383537) is unknown color: approx Melanzane. HEX triplet: 38, 35 and 37. RGB value is (56,53,55). Sum of RGB (Red+Green+Blue) = 56+53+55=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 56 - color contains mainly: red. Hex color #383537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383537 is #C7CAC8. Grayscale: #363636. Windows color (decimal): -13093577 or 3618104. OLE color: 3618104.

HSL color Cylindrical-coordinate representation of color #383537: hue angle of 320º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #383537 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB565355-
CMYK00.050.020.78
HSL320º2.75%21.37%-
HSV(B)320º5.36%21.96%-
XYZ3.593.664.13-
YUV54.12128.49129.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=34.15%
G=32.32%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56535500.050.020.783202.7521.37
Hex3835370524E140315
Octal706567052116500325
Binary11100011010111011101011010011101010000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383537; }

 p { color: rgb(56,53,55); }

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

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

 a { background-color: rgb(56,53,55); }

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

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

 span { border-color: rgb(56,53,55); }

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