#29281B

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

Shades of Maire #29281B

Tints of Maire #29281B

Color information

#29281B (or 0x29281B) is unknown color: approx Maire. HEX triplet: 29, 28 and 1B. RGB value is (41,40,27). Sum of RGB (Red+Green+Blue) = 41+40+27=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 41 - color contains mainly: red. Hex color #29281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29281B is #D6D7E4. Grayscale: #262626. Windows color (decimal): -14079973 or 1779753. OLE color: 1779753.

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

Color convert

RGB414027-
CMYK00.020.340.84
HSL55.71º20.59%13.33%-
HSV(B)55.71º34.15%16.08%-
XYZ1.872.071.34-
YUV38.82121.33129.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 27 (10.94% from 255) = 25%
R=37.96%
G=37.04%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41402700.020.340.8455.7120.5913.33
Hex29281B0222543815d
Octal5150330242124702515
Binary101001101000110110101000101010100111000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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