Html Css Color HEX #29232A Mardi Gras

📋 copy color: '#29232A'

red 41 ◦ green 35 ◦ blue 42

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

Shades of Mardi Gras #29232A

Tints of Mardi Gras #29232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.66%

 BLUE value IS 42 (16.8% from 255) = 35.59%

R = 34.75%
G = 29.66%
B = 35.59%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#29232A (or 0x29232A) is known color: Mardi Gras. HEX triplet: 29, 23 and 2A. RGB value is (41,35,42). Sum of RGB (Red+Green+Blue) = 41+35+42=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 42 - color contains mainly: blue. Hex color #29232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29232A is #D6DCD5. Grayscale: #252525. Windows color (decimal): -14081238 or 2761513. OLE color: 2761513.

HSL color Cylindrical-coordinate representation of color #29232A: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #29232A is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 35 42 -
CMYK 0.02 0.17 0 0.84
HSL 291.43º 0.09% 0.15% -
HSV(B) 291.43º 0.17% 0.16% -
XYZ 1.93 1.84 2.44 -
YUV 37.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 41 35 42 0.02 0.17 0 0.84 291.43 0.09 0.15
Hex 29 23 2A 2 11 0 54 123 9 F
Octal 51 43 52 2 21 0 124 443 11 17
Binary 101001 100011 101010 10 10001 0 1010100 100100011 1001 1111

Color Harmonies of #29232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29232A

Black with #29232A

Text Example


Text Example

White with #29232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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