#402838

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

Shades of Melanzane #402838

Tints of Melanzane #402838

Color information

#402838 (or 0x402838) is unknown color: approx Melanzane. HEX triplet: 40, 28 and 38. RGB value is (64,40,56). Sum of RGB (Red+Green+Blue) = 64+40+56=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #402838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402838 is #BFD7C7. Grayscale: #303030. Windows color (decimal): -12572616 or 3680320. OLE color: 3680320.

HSL color Cylindrical-coordinate representation of color #402838: hue angle of 320º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #402838 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB644056-
CMYK00.380.130.75
HSL320º23.08%20.39%-
HSV(B)320º37.5%25.1%-
XYZ3.592.894.11-
YUV49131.95138.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 35%
R=40%
G=25%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64405600.380.130.7532023.0820.39
Hex402838026D4B1401714
Octal1005070046151135002724
Binary10000001010001110000100110110110010111010000001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402838; }

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

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

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

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

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

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

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

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