#29132B

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

Shades of Mardi Gras #29132B

Tints of Mardi Gras #29132B

Color information

#29132B (or 0x29132B) is unknown color: approx Mardi Gras. HEX triplet: 29, 13 and 2B. RGB value is (41,19,43). Sum of RGB (Red+Green+Blue) = 41+19+43=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #29132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29132B is #D6ECD4. Grayscale: #1C1C1C. Windows color (decimal): -14085333 or 2822953. OLE color: 2822953.

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

Color convert

RGB411943-
CMYK0.050.5600.83
HSL295º38.71%12.16%-
HSV(B)295º55.81%16.86%-
XYZ1.581.112.42-
YUV28.31136.29137.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.81%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=39.81%
G=18.45%
B=41.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4119430.050.5600.8329538.7112.16
Hex29132B53805312727c
Octal51235357001234474714
Binary10100110011101011101111000010100111001001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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