Html Css Color HEX #29072B Mardi Gras

📋 copy color: '#29072B'

red 41 ◦ green 7 ◦ blue 43

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

Shades of Mardi Gras #29072B

Tints of Mardi Gras #29072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

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

R = 45.05%
G = 7.69%
B = 47.25%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29072B (or 0x29072B) is known color: Mardi Gras. HEX triplet: 29, 07 and 2B. RGB value is (41,7,43). Sum of RGB (Red+Green+Blue) = 41+7+43=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #29072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29072B is #D6F8D4. Grayscale: #151515. Windows color (decimal): -14088405 or 2819881. OLE color: 2819881.

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

Color convert

RGB 41 7 43 -
CMYK 0.05 0.84 0 0.83
HSL 296.67º 0.72% 0.1% -
HSV(B) 296.67º 0.84% 0.17% -
XYZ 1.43 0.8 2.36 -
YUV 21.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 41 7 43 0.05 0.84 0 0.83 296.67 0.72 0.1
Hex 29 7 2B 5 54 0 53 129 48 A
Octal 51 7 53 5 124 0 123 451 110 12
Binary 101001 111 101011 101 1010100 0 1010011 100101001 1001000 1010

Color Harmonies of #29072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29072B

Black with #29072B

Text Example


Text Example

White with #29072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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