#31222C

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

Shades of Melanzane #31222C

Tints of Melanzane #31222C

Color information

#31222C (or 0x31222C) is unknown color: approx Melanzane. HEX triplet: 31, 22 and 2C. RGB value is (49,34,44). Sum of RGB (Red+Green+Blue) = 49+34+44=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #31222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31222C is #CEDDD3. Grayscale: #272727. Windows color (decimal): -13557204 or 2892337. OLE color: 2892337.

HSL color Cylindrical-coordinate representation of color #31222C: hue angle of 320º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #31222C is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB493444-
CMYK00.310.100.81
HSL320º18.07%16.27%-
HSV(B)320º30.61%19.22%-
XYZ2.291.982.64-
YUV39.62130.47134.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=38.58%
G=26.77%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49344400.310.100.8132018.0716.27
Hex31222C01FA511401210
Octal614254037121215002220
Binary110001100010101100011111101010100011010000001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31222C; }

 p { color: rgb(49,34,44); }

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

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

 a { background-color: rgb(49,34,44); }

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

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

 span { border-color: rgb(49,34,44); }

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