#221F10

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

Shades of Maire #221F10

Tints of Maire #221F10

Color information

#221F10 (or 0x221F10) is unknown color: approx Maire. HEX triplet: 22, 1F and 10. RGB value is (34,31,16). Sum of RGB (Red+Green+Blue) = 34+31+16=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 34 - color contains mainly: red. Hex color #221F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F10 is #DDE0EF. Grayscale: #1E1E1E. Windows color (decimal): -14541040 or 1056546. OLE color: 1056546.

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

Color convert

RGB343116-
CMYK00.090.530.87
HSL50º36%9.8%-
HSV(B)50º52.94%13.33%-
XYZ1.241.360.69-
YUV30.19119.99130.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.98%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=41.98%
G=38.27%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34311600.090.530.8750369.8
Hex221F100935573224a
Octal42372001165127624412
Binary10001011111100000100111010110101111100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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