#222002

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

Shades of Maire #222002

Tints of Maire #222002

Color information

#222002 (or 0x222002) is unknown color: approx Maire. HEX triplet: 22, 20 and 02. RGB value is (34,32,2). Sum of RGB (Red+Green+Blue) = 34+32+2=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #222002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222002 is #DDDFFD. Grayscale: #1D1D1D. Windows color (decimal): -14540798 or 139298. OLE color: 139298.

HSL color Cylindrical-coordinate representation of color #222002: hue angle of 56.25º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #222002 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB34322-
CMYK00.060.940.87
HSL56.25º88.89%7.06%-
HSV(B)56.25º94.12%13.33%-
XYZ1.191.380.26-
YUV29.18112.66131.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 47.06%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=50%
G=47.06%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3432200.060.940.8756.2588.897.06
Hex22202065E5738597
Octal4240206136127701317
Binary100010100000100110101111010101111110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222002; }

 p { color: rgb(34,32,2); }

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

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

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

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

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

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

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