#221F11

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

Shades of Maire #221F11

Tints of Maire #221F11

Color information

#221F11 (or 0x221F11) is unknown color: approx Maire. HEX triplet: 22, 1F and 11. RGB value is (34,31,17). Sum of RGB (Red+Green+Blue) = 34+31+17=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #221F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F11 is #DDE0EE. Grayscale: #1E1E1E. Windows color (decimal): -14541039 or 1122082. OLE color: 1122082.

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

Color convert

RGB343117-
CMYK00.090.500.87
HSL49.41º33.33%10%-
HSV(B)49.41º50%13.33%-
XYZ1.251.360.73-
YUV30.3120.49130.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=41.46%
G=37.80%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34311700.090.500.8749.4133.3310
Hex221F110932573121a
Octal42372101162127614112
Binary10001011111100010100111001010101111100011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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