Html Css Color HEX #29082B Mardi Gras

📋 copy color: '#29082B'

red 41 ◦ green 8 ◦ blue 43

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

Shades of Mardi Gras #29082B

Tints of Mardi Gras #29082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.7%

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

R = 44.57%
G = 8.7%
B = 46.74%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29082B (or 0x29082B) is known color: Mardi Gras. HEX triplet: 29, 08 and 2B. RGB value is (41,8,43). Sum of RGB (Red+Green+Blue) = 41+8+43=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #29082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29082B is #D6F7D4. Grayscale: #151515. Windows color (decimal): -14088149 or 2820137. OLE color: 2820137.

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

Color convert

RGB 41 8 43 -
CMYK 0.05 0.81 0 0.83
HSL 296.57º 0.69% 0.1% -
HSV(B) 296.57º 0.81% 0.17% -
XYZ 1.44 0.82 2.37 -
YUV 21.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 41 8 43 0.05 0.81 0 0.83 296.57 0.69 0.1
Hex 29 8 2B 5 51 0 53 129 45 A
Octal 51 10 53 5 121 0 123 451 105 12
Binary 101001 1000 101011 101 1010001 0 1010011 100101001 1000101 1010

Color Harmonies of #29082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29082B

Black with #29082B

Text Example


Text Example

White with #29082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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