#222215

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

Shades of Maire #222215

Tints of Maire #222215

Color information

#222215 (or 0x222215) is unknown color: approx Maire. HEX triplet: 22, 22 and 15. RGB value is (34,34,21). Sum of RGB (Red+Green+Blue) = 34+34+21=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 34 - color contains mainly: red, green. Hex color #222215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222215 is #DDDDEA. Grayscale: #202020. Windows color (decimal): -14540267 or 1384994. OLE color: 1384994.

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

Color convert

RGB343421-
CMYK000.380.87
HSL60º23.64%10.78%-
HSV(B)60º38.24%13.33%-
XYZ1.371.540.93-
YUV32.52121.5129.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=38.20%
G=38.20%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal343421000.380.876023.6410.78
Hex2222150026573c18b
Octal4242250046127743013
Binary10001010001010101001001101010111111100110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222215; }

 p { color: rgb(34,34,21); }

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

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

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

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

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

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

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