#383036

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

Shades of Melanzane #383036

Tints of Melanzane #383036

Color information

#383036 (or 0x383036) is unknown color: approx Melanzane. HEX triplet: 38, 30 and 36. RGB value is (56,48,54). Sum of RGB (Red+Green+Blue) = 56+48+54=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 56 - color contains mainly: red. Hex color #383036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383036 is #C7CFC9. Grayscale: #333333. Windows color (decimal): -13094858 or 3551288. OLE color: 3551288.

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

Color convert

RGB564854-
CMYK00.140.040.78
HSL315º7.69%20.39%-
HSV(B)315º14.29%21.96%-
XYZ3.353.223.93-
YUV51.08129.65131.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 54 (21.48% from 255) = 34.18%
R=35.44%
G=30.38%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56485400.140.040.783157.6920.39
Hex3830360E44E13b814
Octal70606601641164731024
Binary111000110000110110011101001001110100111011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383036; }

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

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

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

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

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

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

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

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