#22131F

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

Shades of Melanzane #22131F

Tints of Melanzane #22131F

Color information

#22131F (or 0x22131F) is unknown color: approx Melanzane. HEX triplet: 22, 13 and 1F. RGB value is (34,19,31). Sum of RGB (Red+Green+Blue) = 34+19+31=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 34 - color contains mainly: red. Hex color #22131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22131F is #DDECE0. Grayscale: #181818. Windows color (decimal): -14544097 or 2036514. OLE color: 2036514.

HSL color Cylindrical-coordinate representation of color #22131F: hue angle of 312º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #22131F is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB341931-
CMYK00.440.090.87
HSL312º28.3%10.39%-
HSV(B)312º44.12%13.33%-
XYZ1.140.91.41-
YUV24.85131.47134.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.48%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=40.48%
G=22.62%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34193100.440.090.8731228.310.39
Hex22131F02C9571381ca
Octal422337054111274703412
Binary1000101001111111010110010011010111100111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22131F; }

 p { color: rgb(34,19,31); }

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

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

 a { background-color: rgb(34,19,31); }

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

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

 span { border-color: rgb(34,19,31); }

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