#22171F

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

Shades of Melanzane #22171F

Tints of Melanzane #22171F

Color information

#22171F (or 0x22171F) is unknown color: approx Melanzane. HEX triplet: 22, 17 and 1F. RGB value is (34,23,31). Sum of RGB (Red+Green+Blue) = 34+23+31=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 34 - color contains mainly: red. Hex color #22171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22171F is #DDE8E0. Grayscale: #1B1B1B. Windows color (decimal): -14543073 or 2037538. OLE color: 2037538.

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

Color convert

RGB342331-
CMYK00.320.090.87
HSL316.36º19.3%11.18%-
HSV(B)316.36º32.35%13.33%-
XYZ1.211.051.44-
YUV27.2130.14132.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=38.64%
G=26.14%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34233100.320.090.87316.3619.311.18
Hex22171F02095713c13b
Octal422737040111274742313
Binary1000101011111111010000010011010111100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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