#221E11

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

Shades of Maire #221E11

Tints of Maire #221E11

Color information

#221E11 (or 0x221E11) is unknown color: approx Maire. HEX triplet: 22, 1E and 11. RGB value is (34,30,17). Sum of RGB (Red+Green+Blue) = 34+30+17=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #221E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E11 is #DDE1EE. Grayscale: #1D1D1D. Windows color (decimal): -14541295 or 1121826. OLE color: 1121826.

HSL color Cylindrical-coordinate representation of color #221E11: hue angle of 45.88º 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 #221E11 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.87.

Color convert

RGB343017-
CMYK00.120.500.87
HSL45.88º33.33%10%-
HSV(B)45.88º50%13.33%-
XYZ1.231.310.72-
YUV29.71120.83131.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.98%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=41.98%
G=37.04%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34301700.120.500.8745.8833.3310
Hex221E110C32572e21a
Octal42362101462127564112
Binary10001011110100010110011001010101111011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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