Html Css Color HEX #29132C Mardi Gras

📋 copy color: '#29132C'

red 41 ◦ green 19 ◦ blue 44

#29132C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #29132C

Tints of Mardi Gras #29132C

RGB

 RED value IS 41 (16.41% from 255) = 39.42%

 GREEN value IS 19 (7.81% from 255) = 18.27%

 BLUE value IS 44 (17.58% from 255) = 42.31%

R = 39.42%
G = 18.27%
B = 42.31%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29132C (or 0x29132C) is known color: Mardi Gras. HEX triplet: 29, 13 and 2C. RGB value is (41,19,44). Sum of RGB (Red+Green+Blue) = 41+19+44=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #29132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29132C is #D6ECD3. Grayscale: #1C1C1C. Windows color (decimal): -14085332 or 2888489. OLE color: 2888489.

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

Color convert

RGB 41 19 44 -
CMYK 0.07 0.57 0 0.83
HSL 292.8º 0.4% 0.12% -
HSV(B) 292.8º 0.57% 0.17% -
XYZ 1.6 1.12 2.51 -
YUV 28.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 41 19 44 0.07 0.57 0 0.83 292.8 0.4 0.12
Hex 29 13 2C 7 39 0 53 125 28 C
Octal 51 23 54 7 71 0 123 445 50 14
Binary 101001 10011 101100 111 111001 0 1010011 100100101 101000 1100

Color Harmonies of #29132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29132C

Black with #29132C

Text Example


Text Example

White with #29132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29132C;
 }
 .AnyTagClassName
 {
   color: #29132C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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