Html Css Color HEX #29052B Mardi Gras

📋 copy color: '#29052B'

red 41 ◦ green 5 ◦ blue 43

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

Shades of Mardi Gras #29052B

Tints of Mardi Gras #29052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.62%

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

R = 46.07%
G = 5.62%
B = 48.31%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29052B (or 0x29052B) is known color: Mardi Gras. HEX triplet: 29, 05 and 2B. RGB value is (41,5,43). Sum of RGB (Red+Green+Blue) = 41+5+43=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #29052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29052B is #D6FAD4. Grayscale: #131313. Windows color (decimal): -14088917 or 2819369. OLE color: 2819369.

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

Color convert

RGB 41 5 43 -
CMYK 0.05 0.88 0 0.83
HSL 296.84º 0.79% 0.09% -
HSV(B) 296.84º 0.88% 0.17% -
XYZ 1.4 0.75 2.36 -
YUV 20.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 41 5 43 0.05 0.88 0 0.83 296.84 0.79 0.09
Hex 29 5 2B 5 58 0 53 129 4F 9
Octal 51 5 53 5 130 0 123 451 117 11
Binary 101001 101 101011 101 1011000 0 1010011 100101001 1001111 1001

Color Harmonies of #29052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29052B

Black with #29052B

Text Example


Text Example

White with #29052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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