#382835

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

Shades of Melanzane #382835

Tints of Melanzane #382835

Color information

#382835 (or 0x382835) is unknown color: approx Melanzane. HEX triplet: 38, 28 and 35. RGB value is (56,40,53). Sum of RGB (Red+Green+Blue) = 56+40+53=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382835 is #C7D7CA. Grayscale: #2E2E2E. Windows color (decimal): -13096907 or 3483704. OLE color: 3483704.

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

Color convert

RGB564053-
CMYK00.290.050.78
HSL311.25º16.67%18.82%-
HSV(B)311.25º28.57%21.96%-
XYZ3.032.623.71-
YUV46.27131.8134.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=37.58%
G=26.85%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56405300.290.050.78311.2516.6718.82
Hex38283501D54E1371113
Octal70506503551164672123
Binary11100010100011010101110110110011101001101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382835; }

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

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

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

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

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

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

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

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