Html Css Color HEX #29172C Mardi Gras

📋 copy color: '#29172C'

red 41 ◦ green 23 ◦ blue 44

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

Shades of Mardi Gras #29172C

Tints of Mardi Gras #29172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.3%

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

R = 37.96%
G = 21.3%
B = 40.74%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29172C (or 0x29172C) is known color: Mardi Gras. HEX triplet: 29, 17 and 2C. RGB value is (41,23,44). Sum of RGB (Red+Green+Blue) = 41+23+44=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 44 - color contains mainly: blue. Hex color #29172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29172C is #D6E8D3. Grayscale: #1E1E1E. Windows color (decimal): -14084308 or 2889513. OLE color: 2889513.

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

Color convert

RGB 41 23 44 -
CMYK 0.07 0.48 0 0.83
HSL 291.43º 0.31% 0.13% -
HSV(B) 291.43º 0.48% 0.17% -
XYZ 1.68 1.27 2.54 -
YUV 30.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 41 23 44 0.07 0.48 0 0.83 291.43 0.31 0.13
Hex 29 17 2C 7 30 0 53 123 1F D
Octal 51 27 54 7 60 0 123 443 37 15
Binary 101001 10111 101100 111 110000 0 1010011 100100011 11111 1101

Color Harmonies of #29172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29172C

Black with #29172C

Text Example


Text Example

White with #29172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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