Html Css Color HEX #29172B Mardi Gras

📋 copy color: '#29172B'

red 41 ◦ green 23 ◦ blue 43

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

Shades of Mardi Gras #29172B

Tints of Mardi Gras #29172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 40.19%

R = 38.32%
G = 21.5%
B = 40.19%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29172B (or 0x29172B) is known color: Mardi Gras. HEX triplet: 29, 17 and 2B. RGB value is (41,23,43). Sum of RGB (Red+Green+Blue) = 41+23+43=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 43 - color contains mainly: blue. Hex color #29172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29172B is #D6E8D4. Grayscale: #1E1E1E. Windows color (decimal): -14084309 or 2823977. OLE color: 2823977.

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

Color convert

RGB 41 23 43 -
CMYK 0.05 0.47 0 0.83
HSL 294º 0.3% 0.13% -
HSV(B) 294º 0.47% 0.17% -
XYZ 1.66 1.26 2.44 -
YUV 30.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 41 23 43 0.05 0.47 0 0.83 294 0.3 0.13
Hex 29 17 2B 5 2F 0 53 126 1E D
Octal 51 27 53 5 57 0 123 446 36 15
Binary 101001 10111 101011 101 101111 0 1010011 100100110 11110 1101

Color Harmonies of #29172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29172B

Black with #29172B

Text Example


Text Example

White with #29172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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