#29281F

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

Shades of Maire #29281F

Tints of Maire #29281F

Color information

#29281F (or 0x29281F) is unknown color: approx Maire. HEX triplet: 29, 28 and 1F. RGB value is (41,40,31). Sum of RGB (Red+Green+Blue) = 41+40+31=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 41 - color contains mainly: red. Hex color #29281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29281F is #D6D7E0. Grayscale: #272727. Windows color (decimal): -14079969 or 2041897. OLE color: 2041897.

HSL color Cylindrical-coordinate representation of color #29281F: hue angle of 54º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29281F is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB414031-
CMYK00.020.240.84
HSL54º13.89%14.12%-
HSV(B)54º24.39%16.08%-
XYZ1.922.091.6-
YUV39.27123.33129.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=36.61%
G=35.71%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41403100.020.240.845413.8914.12
Hex29281F02185436ee
Octal5150370230124661616
Binary1010011010001111101011000101010011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29281F; }

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

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

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

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

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

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

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

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