#22211C

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

Shades of Maire #22211C

Tints of Maire #22211C

Color information

#22211C (or 0x22211C) is unknown color: approx Maire. HEX triplet: 22, 21 and 1C. RGB value is (34,33,28). Sum of RGB (Red+Green+Blue) = 34+33+28=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 34 - color contains mainly: red. Hex color #22211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22211C is #DDDEE3. Grayscale: #202020. Windows color (decimal): -14540516 or 1843490. OLE color: 1843490.

HSL color Cylindrical-coordinate representation of color #22211C: hue angle of 50º 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 #22211C is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB343328-
CMYK00.030.180.87
HSL50º9.68%12.16%-
HSV(B)50º17.65%13.33%-
XYZ1.411.511.32-
YUV32.73125.33128.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=35.79%
G=34.74%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34332800.030.180.87509.6812.16
Hex22211C03125732ac
Octal4241340322127621214
Binary1000101000011110001110010101011111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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