#29102B

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

Shades of Mardi Gras #29102B

Tints of Mardi Gras #29102B

Color information

#29102B (or 0x29102B) is unknown color: approx Mardi Gras. HEX triplet: 29, 10 and 2B. RGB value is (41,16,43). Sum of RGB (Red+Green+Blue) = 41+16+43=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #29102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29102B is #D6EFD4. Grayscale: #1A1A1A. Windows color (decimal): -14086101 or 2822185. OLE color: 2822185.

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

Color convert

RGB411643-
CMYK0.050.6300.83
HSL295.56º45.76%11.57%-
HSV(B)295.56º62.79%16.86%-
XYZ1.541.022.4-
YUV26.55137.28138.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 43 (17.19% from 255) = 43%
R=41%
G=16%
B=43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4116430.050.6300.83295.5645.7611.57
Hex29102B53F0531282ec
Octal51205357701234505614
Binary10100110000101011101111111010100111001010001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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