#29252A

Color #29252A Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #29252A

Tints of Mardi Gras #29252A

Color information

#29252A (or 0x29252A) is unknown color: approx Mardi Gras. HEX triplet: 29, 25 and 2A. RGB value is (41,37,42). Sum of RGB (Red+Green+Blue) = 41+37+42=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 42 - color contains mainly: blue. Hex color #29252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29252A is #D6DAD5. Grayscale: #262626. Windows color (decimal): -14080726 or 2762025. OLE color: 2762025.

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

Color convert

RGB413742-
CMYK0.020.1200.84
HSL288º6.33%15.49%-
HSV(B)288º11.9%16.47%-
XYZ1.991.962.46-
YUV38.77129.83129.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 42 (16.80% from 255) = 35%
R=34.17%
G=30.83%
B=35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4137420.020.1200.842886.3315.49
Hex29252A2C0541206f
Octal5145522140124440617
Binary101001100101101010101100010101001001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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