#222213

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

Shades of Maire #222213

Tints of Maire #222213

Color information

#222213 (or 0x222213) is unknown color: approx Maire. HEX triplet: 22, 22 and 13. RGB value is (34,34,19). Sum of RGB (Red+Green+Blue) = 34+34+19=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 34 - color contains mainly: red, green. Hex color #222213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222213 is #DDDDEC. Grayscale: #202020. Windows color (decimal): -14540269 or 1253922. OLE color: 1253922.

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

Color convert

RGB343419-
CMYK000.440.87
HSL60º28.3%10.39%-
HSV(B)60º44.12%13.33%-
XYZ1.351.530.84-
YUV32.29120.5129.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.08%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=39.08%
G=39.08%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal343419000.440.876028.310.39
Hex222213002C573c1ca
Octal4242230054127743412
Binary10001010001010011001011001010111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222213; }

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

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

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

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

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

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

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

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