#221D11

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

Shades of Maire #221D11

Tints of Maire #221D11

Color information

#221D11 (or 0x221D11) is unknown color: approx Maire. HEX triplet: 22, 1D and 11. RGB value is (34,29,17). Sum of RGB (Red+Green+Blue) = 34+29+17=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221D11 is #DDE2EE. Grayscale: #1D1D1D. Windows color (decimal): -14541551 or 1121570. OLE color: 1121570.

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

Color convert

RGB342917-
CMYK00.150.500.87
HSL42.35º33.33%10%-
HSV(B)42.35º50%13.33%-
XYZ1.21.260.71-
YUV29.13121.16131.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 42.5%
GREEN value IS 29 (11.72% from 255) = 36.25%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=42.5%
G=36.25%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34291700.150.500.8742.3533.3310
Hex221D110F32572a21a
Octal42352101762127524112
Binary10001011101100010111111001010101111010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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