#22141D

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

Shades of Melanzane #22141D

Tints of Melanzane #22141D

Color information

#22141D (or 0x22141D) is unknown color: approx Melanzane. HEX triplet: 22, 14 and 1D. RGB value is (34,20,29). Sum of RGB (Red+Green+Blue) = 34+20+29=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 34 - color contains mainly: red. Hex color #22141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22141D is #DDEBE2. Grayscale: #191919. Windows color (decimal): -14543843 or 1905698. OLE color: 1905698.

HSL color Cylindrical-coordinate representation of color #22141D: hue angle of 321.43º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #22141D is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB342029-
CMYK00.410.150.87
HSL321.43º25.93%10.59%-
HSV(B)321.43º41.18%13.33%-
XYZ1.130.931.28-
YUV25.21130.14134.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.96%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=40.96%
G=24.10%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34202900.410.150.87321.4325.9310.59
Hex22141D029F571411ab
Octal422435051171275013213
Binary1000101010011101010100111111010111101000001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22141D; }

 p { color: rgb(34,20,29); }

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

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

 a { background-color: rgb(34,20,29); }

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

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

 span { border-color: rgb(34,20,29); }

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