#292822

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

Shades of Maire #292822

Tints of Maire #292822

Color information

#292822 (or 0x292822) is unknown color: approx Maire. HEX triplet: 29, 28 and 22. RGB value is (41,40,34). Sum of RGB (Red+Green+Blue) = 41+40+34=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 41 - color contains mainly: red. Hex color #292822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292822 is #D6D7DD. Grayscale: #272727. Windows color (decimal): -14079966 or 2238505. OLE color: 2238505.

HSL color Cylindrical-coordinate representation of color #292822: hue angle of 51.43º 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 #292822 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB414034-
CMYK00.020.170.84
HSL51.43º9.33%14.71%-
HSV(B)51.43º17.07%16.08%-
XYZ1.962.11.82-
YUV39.61124.83128.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.65%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 34 (13.67% from 255) = 29.57%
R=35.65%
G=34.78%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41403400.020.170.8451.439.3314.71
Hex292822021154339f
Octal5150420221124631117
Binary10100110100010001001010001101010011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292822; }

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

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

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

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

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

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

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

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