#292900

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

Shades of Maire #292900

Tints of Maire #292900

Color information

#292900 (or 0x292900) is unknown color: approx Maire. HEX triplet: 29, 29 and 00. RGB value is (41,41,0). Sum of RGB (Red+Green+Blue) = 41+41+0=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292900 is #D6D6FF. Grayscale: #242424. Windows color (decimal): -14079744 or 10537. OLE color: 10537.

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

Color convert

RGB41410-
CMYK0010.84
HSL60º100%8.04%-
HSV(B)60º100%16.08%-
XYZ1.712.060.31-
YUV36.33107.5131.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414100010.84601008.04
Hex292900064543c648
Octal51510001441247414410
Binary1010011010010001100100101010011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292900; }

 p { color: rgb(41,41,0); }

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

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

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

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

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

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

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