#29102C

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

Shades of Mardi Gras #29102C

Tints of Mardi Gras #29102C

Color information

#29102C (or 0x29102C) is unknown color: approx Mardi Gras. HEX triplet: 29, 10 and 2C. RGB value is (41,16,44). Sum of RGB (Red+Green+Blue) = 41+16+44=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #29102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29102C is #D6EFD3. Grayscale: #1A1A1A. Windows color (decimal): -14086100 or 2887721. OLE color: 2887721.

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

Color convert

RGB411644-
CMYK0.070.6400.83
HSL293.57º46.67%11.76%-
HSV(B)293.57º63.64%17.25%-
XYZ1.551.022.5-
YUV26.67137.78138.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=40.59%
G=15.84%
B=43.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4116440.070.6400.83293.5746.6711.76
Hex29102C7400531262fc
Octal512054710001234465714
Binary101001100001011001111000000010100111001001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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