#383437

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

Shades of Melanzane #383437

Tints of Melanzane #383437

Color information

#383437 (or 0x383437) is unknown color: approx Melanzane. HEX triplet: 38, 34 and 37. RGB value is (56,52,55). Sum of RGB (Red+Green+Blue) = 56+52+55=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 56 - color contains mainly: red. Hex color #383437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383437 is #C7CBC8. Grayscale: #353535. Windows color (decimal): -13093833 or 3617848. OLE color: 3617848.

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

Color convert

RGB565255-
CMYK00.070.020.78
HSL315º3.7%21.18%-
HSV(B)315º7.14%21.96%-
XYZ3.553.574.12-
YUV53.54128.83129.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 55 (21.88% from 255) = 33.74%
R=34.36%
G=31.90%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56525500.070.020.783153.721.18
Hex3834370724E13b415
Octal706467072116473425
Binary111000110100110111011110100111010011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383437; }

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

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

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

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

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

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

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

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