#2B291E

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

Shades of Maire #2B291E

Tints of Maire #2B291E

Color information

#2B291E (or 0x2B291E) is unknown color: approx Maire. HEX triplet: 2B, 29 and 1E. RGB value is (43,41,30). Sum of RGB (Red+Green+Blue) = 43+41+30=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 43 - color contains mainly: red. Hex color #2B291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B291E is #D4D6E1. Grayscale: #282828. Windows color (decimal): -13948642 or 1976619. OLE color: 1976619.

HSL color Cylindrical-coordinate representation of color #2B291E: hue angle of 50.77º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B291E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.83.

Color convert

RGB434130-
CMYK00.050.300.83
HSL50.77º17.81%14.31%-
HSV(B)50.77º30.23%16.86%-
XYZ2.022.191.54-
YUV40.34122.16129.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.72%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=37.72%
G=35.96%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43413000.050.300.8350.7717.8114.31
Hex2B291E051E533312e
Octal5351360536123632216
Binary101011101001111100101111101010011110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B291E; }

 p { color: rgb(43,41,30); }

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

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

 a { background-color: rgb(43,41,30); }

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

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

 span { border-color: rgb(43,41,30); }

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