#292311

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

Shades of Maire #292311

Tints of Maire #292311

Color information

#292311 (or 0x292311) is unknown color: approx Maire. HEX triplet: 29, 23 and 11. RGB value is (41,35,17). Sum of RGB (Red+Green+Blue) = 41+35+17=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #292311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292311 is #D6DCEE. Grayscale: #222222. Windows color (decimal): -14081263 or 1123113. OLE color: 1123113.

HSL color Cylindrical-coordinate representation of color #292311: hue angle of 45º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #292311 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB413517-
CMYK00.150.590.84
HSL45º41.38%11.37%-
HSV(B)45º58.54%16.08%-
XYZ1.621.710.78-
YUV34.74117.99132.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=44.09%
G=37.63%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41351700.150.590.844541.3811.37
Hex2923110F3B542d29b
Octal51432101773124555113
Binary101001100011100010111111101110101001011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292311; }

 p { color: rgb(41,35,17); }

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

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

 a { background-color: rgb(41,35,17); }

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

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

 span { border-color: rgb(41,35,17); }

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