#383337

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

Shades of Melanzane #383337

Tints of Melanzane #383337

Color information

#383337 (or 0x383337) is unknown color: approx Melanzane. HEX triplet: 38, 33 and 37. RGB value is (56,51,55). Sum of RGB (Red+Green+Blue) = 56+51+55=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 56 - color contains mainly: red. Hex color #383337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383337 is #C7CCC8. Grayscale: #343434. Windows color (decimal): -13094089 or 3617592. OLE color: 3617592.

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

Color convert

RGB565155-
CMYK00.090.020.78
HSL312º4.67%20.98%-
HSV(B)312º8.93%21.96%-
XYZ3.53.484.1-
YUV52.95129.16130.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 55 (21.88% from 255) = 33.95%
R=34.57%
G=31.48%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56515500.090.020.783124.6720.98
Hex3833370924E138515
Octal7063670112116470525
Binary1110001100111101110100110100111010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383337; }

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

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

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

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

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

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

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

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