#292722

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

Shades of Maire #292722

Tints of Maire #292722

Color information

#292722 (or 0x292722) is unknown color: approx Maire. HEX triplet: 29, 27 and 22. RGB value is (41,39,34). Sum of RGB (Red+Green+Blue) = 41+39+34=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 41 - color contains mainly: red. Hex color #292722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292722 is #D6D8DD. Grayscale: #272727. Windows color (decimal): -14080222 or 2238249. OLE color: 2238249.

HSL color Cylindrical-coordinate representation of color #292722: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #292722 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB413934-
CMYK00.050.170.84
HSL42.86º9.33%14.71%-
HSV(B)42.86º17.07%16.08%-
XYZ1.932.041.81-
YUV39.03125.16129.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 34 (13.67% from 255) = 29.82%
R=35.96%
G=34.21%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41393400.050.170.8442.869.3314.71
Hex2927220511542b9f
Octal5147420521124531117
Binary101001100111100010010110001101010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292722; }

 p { color: rgb(41,39,34); }

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

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

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

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

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

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

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