#29082C

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

Shades of Mardi Gras #29082C

Tints of Mardi Gras #29082C

Color information

#29082C (or 0x29082C) is unknown color: approx Mardi Gras. HEX triplet: 29, 08 and 2C. RGB value is (41,8,44). Sum of RGB (Red+Green+Blue) = 41+8+44=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #29082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29082C is #D6F7D3. Grayscale: #151515. Windows color (decimal): -14088148 or 2885673. OLE color: 2885673.

HSL color Cylindrical-coordinate representation of color #29082C: hue angle of 295º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29082C is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB41844-
CMYK0.070.8200.83
HSL295º69.23%10.2%-
HSV(B)295º81.82%17.25%-
XYZ1.460.832.47-
YUV21.97140.43141.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=44.09%
G=8.60%
B=47.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal418440.070.8200.8329569.2310.2
Hex2982C75205312745a
Octal5110547122012344710512
Binary101001100010110011110100100101001110010011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,8,44); }

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

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

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

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

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

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

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