#221F21

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

Shades of Melanzane #221F21

Tints of Melanzane #221F21

Color information

#221F21 (or 0x221F21) is unknown color: approx Melanzane. HEX triplet: 22, 1F and 21. RGB value is (34,31,33). Sum of RGB (Red+Green+Blue) = 34+31+33=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 34 - color contains mainly: red. Hex color #221F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F21 is #DDE0DE. Grayscale: #202020. Windows color (decimal): -14541023 or 2170658. OLE color: 2170658.

HSL color Cylindrical-coordinate representation of color #221F21: hue angle of 320º degrees, saturation: 0.05, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #221F21 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB343133-
CMYK00.090.030.87
HSL320º4.62%12.75%-
HSV(B)320º8.82%13.33%-
XYZ1.421.431.64-
YUV32.12128.49129.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.69%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=34.69%
G=31.63%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34313300.090.030.873204.6212.75
Hex221F21093571405d
Octal4237410113127500515
Binary10001011111100001010011110101111010000001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221F21; }

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

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

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

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

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

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

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

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