#311828

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

Shades of Melanzane #311828

Tints of Melanzane #311828

Color information

#311828 (or 0x311828) is unknown color: approx Melanzane. HEX triplet: 31, 18 and 28. RGB value is (49,24,40). Sum of RGB (Red+Green+Blue) = 49+24+40=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311828 is #CEE7D7. Grayscale: #212121. Windows color (decimal): -13559768 or 2627633. OLE color: 2627633.

HSL color Cylindrical-coordinate representation of color #311828: hue angle of 321.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311828 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB492440-
CMYK00.510.180.81
HSL321.6º34.25%14.31%-
HSV(B)321.6º51.02%19.22%-
XYZ1.981.462.19-
YUV33.3131.78139.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=43.36%
G=21.24%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49244000.510.180.81321.634.2514.31
Hex311828033125114222e
Octal613050063221215024216
Binary1100011100010100001100111001010100011010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311828; }

 p { color: rgb(49,24,40); }

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

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

 a { background-color: rgb(49,24,40); }

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

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

 span { border-color: rgb(49,24,40); }

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