#292314

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

Shades of Maire #292314

Tints of Maire #292314

Color information

#292314 (or 0x292314) is unknown color: approx Maire. HEX triplet: 29, 23 and 14. RGB value is (41,35,20). Sum of RGB (Red+Green+Blue) = 41+35+20=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #292314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292314 is #D6DCEB. Grayscale: #232323. Windows color (decimal): -14081260 or 1319721. OLE color: 1319721.

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

Color convert

RGB413520-
CMYK00.150.510.84
HSL42.86º34.43%11.96%-
HSV(B)42.86º51.22%16.08%-
XYZ1.641.720.91-
YUV35.08119.49132.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=42.71%
G=36.46%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41352000.150.510.8442.8634.4311.96
Hex2923140F33542b22c
Octal51432401763124534214
Binary101001100011101000111111001110101001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292314; }

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

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

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

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

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

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

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

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