#292212

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

Shades of Maire #292212

Tints of Maire #292212

Color information

#292212 (or 0x292212) is unknown color: approx Maire. HEX triplet: 29, 22 and 12. RGB value is (41,34,18). Sum of RGB (Red+Green+Blue) = 41+34+18=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #292212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292212 is #D6DDED. Grayscale: #222222. Windows color (decimal): -14081518 or 1188393. OLE color: 1188393.

HSL color Cylindrical-coordinate representation of color #292212: hue angle of 41.74º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292212 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB413418-
CMYK00.170.560.84
HSL41.74º38.98%11.57%-
HSV(B)41.74º56.1%16.08%-
XYZ1.61.660.81-
YUV34.27118.82132.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=44.09%
G=36.56%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41341800.170.560.8441.7438.9811.57
Hex29221201138542a27c
Octal51422202170124524714
Binary1010011000101001001000111100010101001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292212; }

 p { color: rgb(41,34,18); }

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

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

 a { background-color: rgb(41,34,18); }

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

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

 span { border-color: rgb(41,34,18); }

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