#2C291D

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

Shades of Maire #2C291D

Tints of Maire #2C291D

Color information

#2C291D (or 0x2C291D) is unknown color: approx Maire. HEX triplet: 2C, 29 and 1D. RGB value is (44,41,29). Sum of RGB (Red+Green+Blue) = 44+41+29=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 44 - color contains mainly: red. Hex color #2C291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C291D is #D3D6E2. Grayscale: #282828. Windows color (decimal): -13883107 or 1911084. OLE color: 1911084.

HSL color Cylindrical-coordinate representation of color #2C291D: hue angle of 48º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2C291D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.83.

Color convert

RGB444129-
CMYK00.070.340.83
HSL48º20.55%14.31%-
HSV(B)48º34.09%17.25%-
XYZ2.052.211.48-
YUV40.53121.49130.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.60%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=38.60%
G=35.96%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44412900.070.340.834820.5514.31
Hex2C291D0722533015e
Octal5451350742123602516
Binary1011001010011110101111000101010011110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,41,29); }

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

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

 a { background-color: rgb(44,41,29); }

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

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

 span { border-color: rgb(44,41,29); }

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