#22220D

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

Shades of Maire #22220D

Tints of Maire #22220D

Color information

#22220D (or 0x22220D) is unknown color: approx Maire. HEX triplet: 22, 22 and 0D. RGB value is (34,34,13). Sum of RGB (Red+Green+Blue) = 34+34+13=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 34 - color contains mainly: red, green. Hex color #22220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22220D is #DDDDF2. Grayscale: #1F1F1F. Windows color (decimal): -14540275 or 860706. OLE color: 860706.

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

Color convert

RGB343413-
CMYK000.620.87
HSL60º44.68%9.22%-
HSV(B)60º61.76%13.33%-
XYZ1.31.510.6-
YUV31.61117.5129.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.98%
GREEN value IS 34 (13.67% from 255) = 41.98%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=41.98%
G=41.98%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal343413000.620.876044.689.22
Hex2222D003E573c2d9
Octal4242150076127745511
Binary10001010001011010011111010101111111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22220D; }

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

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

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

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

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

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

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

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