#2C290B

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

Shades of Maire #2C290B

Tints of Maire #2C290B

Color information

#2C290B (or 0x2C290B) is unknown color: approx Maire. HEX triplet: 2C, 29 and 0B. RGB value is (44,41,11). Sum of RGB (Red+Green+Blue) = 44+41+11=96 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.83% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 44 - color contains mainly: red. Hex color #2C290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C290B is #D3D6F4. Grayscale: #262626. Windows color (decimal): -13883125 or 731436. OLE color: 731436.

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

Color convert

RGB444111-
CMYK00.070.750.83
HSL54.55º60%10.78%-
HSV(B)54.55º75%17.25%-
XYZ1.892.150.63-
YUV38.48112.49131.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 45.83%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=45.83%
G=42.71%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44411100.070.750.8354.556010.78
Hex2C29B074B53373cb
Octal54511307113123677413
Binary10110010100110110111100101110100111101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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