#221F14

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

Shades of Maire #221F14

Tints of Maire #221F14

Color information

#221F14 (or 0x221F14) is unknown color: approx Maire. HEX triplet: 22, 1F and 14. RGB value is (34,31,20). Sum of RGB (Red+Green+Blue) = 34+31+20=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 34 - color contains mainly: red. Hex color #221F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221F14 is #DDE0EB. Grayscale: #1E1E1E. Windows color (decimal): -14541036 or 1318690. OLE color: 1318690.

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

Color convert

RGB343120-
CMYK00.090.410.87
HSL47.14º25.93%10.59%-
HSV(B)47.14º41.18%13.33%-
XYZ1.281.370.86-
YUV30.64121.99130.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=40%
G=36.47%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34312000.090.410.8747.1425.9310.59
Hex221F140929572f1ab
Octal42372401151127573213
Binary1000101111110100010011010011010111101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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