#29251B

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

Shades of Maire #29251B

Tints of Maire #29251B

Color information

#29251B (or 0x29251B) is unknown color: approx Maire. HEX triplet: 29, 25 and 1B. RGB value is (41,37,27). Sum of RGB (Red+Green+Blue) = 41+37+27=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 41 - color contains mainly: red. Hex color #29251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29251B is #D6DAE4. Grayscale: #252525. Windows color (decimal): -14080741 or 1778985. OLE color: 1778985.

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

Color convert

RGB413727-
CMYK00.100.340.84
HSL42.86º20.59%13.33%-
HSV(B)42.86º34.15%16.08%-
XYZ1.771.871.31-
YUV37.06122.33130.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=39.05%
G=35.24%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41372700.100.340.8442.8620.5913.33
Hex29251B0A22542b15d
Octal51453301242124532515
Binary10100110010111011010101000101010100101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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