Html Css Color HEX #29290C Maire

📋 copy color: '#29290C'

red 41 ◦ green 41 ◦ blue 12

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

Shades of Maire #29290C

Tints of Maire #29290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 43.62%

 BLUE value IS 12 (5.08% from 255) = 12.77%

R = 43.62%
G = 43.62%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29290C (or 0x29290C) is known color: Maire. HEX triplet: 29, 29 and 0C. RGB value is (41,41,12). Sum of RGB (Red+Green+Blue) = 41+41+12=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 41 - color contains mainly: red, green. Hex color #29290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29290C is #D6D6F3. Grayscale: #252525. Windows color (decimal): -14079732 or 796969. OLE color: 796969.

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

Color convert

RGB 41 41 12 -
CMYK 0 0 0.71 0.84
HSL 60º 0.55% 0.1% -
HSV(B) 60º 0.71% 0.16% -
XYZ 1.77 2.08 0.66 -
YUV 37.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 41 41 12 0 0 0.71 0.84 60 0.55 0.1
Hex 29 29 C 0 0 47 54 3C 37 A
Octal 51 51 14 0 0 107 124 74 67 12
Binary 101001 101001 1100 0 0 1000111 1010100 111100 110111 1010

Color Harmonies of #29290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29290C

Black with #29290C

Text Example


Text Example

White with #29290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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