#221C10

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

Shades of Maire #221C10

Tints of Maire #221C10

Color information

#221C10 (or 0x221C10) is unknown color: approx Maire. HEX triplet: 22, 1C and 10. RGB value is (34,28,16). Sum of RGB (Red+Green+Blue) = 34+28+16=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C10 is #DDE3EF. Grayscale: #1C1C1C. Windows color (decimal): -14541808 or 1055778. OLE color: 1055778.

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

Color convert

RGB342816-
CMYK00.180.530.87
HSL40º36%9.8%-
HSV(B)40º52.94%13.33%-
XYZ1.171.210.66-
YUV28.43120.99131.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=43.59%
G=35.90%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34281600.180.530.8740369.8
Hex221C1001235572824a
Octal42342002265127504412
Binary100010111001000001001011010110101111010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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