#22221B

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

Shades of Maire #22221B

Tints of Maire #22221B

Color information

#22221B (or 0x22221B) is unknown color: approx Maire. HEX triplet: 22, 22 and 1B. RGB value is (34,34,27). Sum of RGB (Red+Green+Blue) = 34+34+27=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 34 - color contains mainly: red, green. Hex color #22221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22221B is #DDDDE4. Grayscale: #212121. Windows color (decimal): -14540261 or 1778210. OLE color: 1778210.

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

Color convert

RGB343427-
CMYK000.210.87
HSL60º11.48%11.96%-
HSV(B)60º20.59%13.33%-
XYZ1.431.561.26-
YUV33.2124.5128.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=35.79%
G=35.79%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal343427000.210.876011.4811.96
Hex22221B0015573cbc
Octal4242330025127741314
Binary100010100010110110010101101011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22221B; }

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

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

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

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

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

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

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

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