Html Css Color HEX #292820 Maire

📋 copy color: '#292820'

red 41 ◦ green 40 ◦ blue 32

#292820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #292820

Tints of Maire #292820

RGB

 RED value IS 41 (16.41% from 255) = 36.28%

 GREEN value IS 40 (16.02% from 255) = 35.4%

 BLUE value IS 32 (12.89% from 255) = 28.32%

R = 36.28%
G = 35.4%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#292820 (or 0x292820) is known color: Maire. HEX triplet: 29, 28 and 20. RGB value is (41,40,32). Sum of RGB (Red+Green+Blue) = 41+40+32=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 41 - color contains mainly: red. Hex color #292820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292820 is #D6D7DF. Grayscale: #272727. Windows color (decimal): -14079968 or 2107433. OLE color: 2107433.

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

Color convert

RGB 41 40 32 -
CMYK 0 0.02 0.22 0.84
HSL 53.33º 0.12% 0.14% -
HSV(B) 53.33º 0.22% 0.16% -
XYZ 1.93 2.09 1.67 -
YUV 39.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 41 40 32 0 0.02 0.22 0.84 53.33 0.12 0.14
Hex 29 28 20 0 2 16 54 35 C E
Octal 51 50 40 0 2 26 124 65 14 16
Binary 101001 101000 100000 0 10 10110 1010100 110101 1100 1110

Color Harmonies of #292820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292820

Black with #292820

Text Example


Text Example

White with #292820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292820; }

 p { color: rgb(41,40,32); }

 H1.HeaderClassName
 {
   color: #292820;
 }
 .AnyTagClassName
 {
   color: #292820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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