#22201C

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

Shades of Maire #22201C

Tints of Maire #22201C

Color information

#22201C (or 0x22201C) is unknown color: approx Maire. HEX triplet: 22, 20 and 1C. RGB value is (34,32,28). Sum of RGB (Red+Green+Blue) = 34+32+28=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 34 - color contains mainly: red. Hex color #22201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22201C is #DDDFE3. Grayscale: #202020. Windows color (decimal): -14540772 or 1843234. OLE color: 1843234.

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

Color convert

RGB343228-
CMYK00.060.180.87
HSL40º9.68%12.16%-
HSV(B)40º17.65%13.33%-
XYZ1.391.461.31-
YUV32.14125.66129.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.17%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=36.17%
G=34.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34322800.060.180.87409.6812.16
Hex22201C06125728ac
Octal4240340622127501214
Binary10001010000011100011010010101011110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22201C; }

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

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

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

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

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

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

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

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