#29192A

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

Shades of Mardi Gras #29192A

Tints of Mardi Gras #29192A

Color information

#29192A (or 0x29192A) is unknown color: approx Mardi Gras. HEX triplet: 29, 19 and 2A. RGB value is (41,25,42). Sum of RGB (Red+Green+Blue) = 41+25+42=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 42 - color contains mainly: blue. Hex color #29192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29192A is #D6E6D5. Grayscale: #1F1F1F. Windows color (decimal): -14083798 or 2758953. OLE color: 2758953.

HSL color Cylindrical-coordinate representation of color #29192A: hue angle of 296.47º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29192A is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB412542-
CMYK0.020.4000.84
HSL296.47º25.37%13.14%-
HSV(B)296.47º40.48%16.47%-
XYZ1.681.332.36-
YUV31.72133.8134.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=37.96%
G=23.15%
B=38.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4125420.020.4000.84296.4725.3713.14
Hex29192A22805412819d
Octal51315225001244503115
Binary101001110011010101010100001010100100101000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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