#221920

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

Shades of Melanzane #221920

Tints of Melanzane #221920

Color information

#221920 (or 0x221920) is unknown color: approx Melanzane. HEX triplet: 22, 19 and 20. RGB value is (34,25,32). Sum of RGB (Red+Green+Blue) = 34+25+32=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 34 - color contains mainly: red. Hex color #221920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221920 is #DDE6DF. Grayscale: #1C1C1C. Windows color (decimal): -14542560 or 2103586. OLE color: 2103586.

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

Color convert

RGB342532-
CMYK00.260.060.87
HSL313.33º15.25%11.57%-
HSV(B)313.33º26.47%13.33%-
XYZ1.271.141.52-
YUV28.49129.98131.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.36%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=37.36%
G=27.47%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34253200.260.060.87313.3315.2511.57
Hex22192001A657139fc
Octal42314003261274711714
Binary10001011001100000011010110101011110011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221920; }

 p { color: rgb(34,25,32); }

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

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

 a { background-color: rgb(34,25,32); }

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

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

 span { border-color: rgb(34,25,32); }

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