#221E14

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

Shades of Maire #221E14

Tints of Maire #221E14

Color information

#221E14 (or 0x221E14) is unknown color: approx Maire. HEX triplet: 22, 1E and 14. RGB value is (34,30,20). Sum of RGB (Red+Green+Blue) = 34+30+20=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 34 - color contains mainly: red. Hex color #221E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221E14 is #DDE1EB. Grayscale: #1E1E1E. Windows color (decimal): -14541292 or 1318434. OLE color: 1318434.

HSL color Cylindrical-coordinate representation of color #221E14: hue angle of 42.86º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #221E14 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB343020-
CMYK00.120.410.87
HSL42.86º25.93%10.59%-
HSV(B)42.86º41.18%13.33%-
XYZ1.251.320.85-
YUV30.06122.33130.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.48%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=40.48%
G=35.71%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34302000.120.410.8742.8625.9310.59
Hex221E140C29572b1ab
Octal42362401451127533213
Binary1000101111010100011001010011010111101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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