#222221

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

Shades of Maire #222221

Tints of Maire #222221

Color information

#222221 (or 0x222221) is unknown color: approx Maire. HEX triplet: 22, 22 and 21. RGB value is (34,34,33). Sum of RGB (Red+Green+Blue) = 34+34+33=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 34 - color contains mainly: red, green. Hex color #222221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222221 is #DDDDDE. Grayscale: #212121. Windows color (decimal): -14540255 or 2171426. OLE color: 2171426.

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

Color convert

RGB343433-
CMYK000.030.87
HSL60º1.49%13.14%-
HSV(B)60º2.94%13.33%-
XYZ1.511.591.67-
YUV33.89127.5128.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 33 (13.28% from 255) = 32.67%
R=33.66%
G=33.66%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal343433000.030.87601.4913.14
Hex222221003573c1d
Octal42424100312774115
Binary1000101000101000010011101011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222221; }

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

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

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

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

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

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

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

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