#29261B

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

Shades of Maire #29261B

Tints of Maire #29261B

Color information

#29261B (or 0x29261B) is unknown color: approx Maire. HEX triplet: 29, 26 and 1B. RGB value is (41,38,27). Sum of RGB (Red+Green+Blue) = 41+38+27=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 41 - color contains mainly: red. Hex color #29261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29261B is #D6D9E4. Grayscale: #252525. Windows color (decimal): -14080485 or 1779241. OLE color: 1779241.

HSL color Cylindrical-coordinate representation of color #29261B: hue angle of 47.14º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29261B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB413827-
CMYK00.070.340.84
HSL47.14º20.59%13.33%-
HSV(B)47.14º34.15%16.08%-
XYZ1.811.941.32-
YUV37.64121.99130.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=38.68%
G=35.85%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41382700.070.340.8447.1420.5913.33
Hex29261B0722542f15d
Octal5146330742124572515
Binary1010011001101101101111000101010100101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,38,27); }

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

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

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

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

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

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

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