Html Css Color HEX #29002A Mardi Gras

📋 copy color: '#29002A'

red 41 ◦ green 0 ◦ blue 42

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

Shades of Mardi Gras #29002A

Tints of Mardi Gras #29002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 50.6%

R = 49.4%
G = 0%
B = 50.6%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#29002A (or 0x29002A) is known color: Mardi Gras. HEX triplet: 29, 00 and 2A. RGB value is (41,0,42). Sum of RGB (Red+Green+Blue) = 41+0+42=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #29002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29002A is #D6FFD5. Grayscale: #101010. Windows color (decimal): -14090198 or 2752553. OLE color: 2752553.

HSL color Cylindrical-coordinate representation of color #29002A: hue angle of 298.57º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29002A is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 0 42 -
CMYK 0.02 1 0 0.84
HSL 298.57º 1% 0.08% -
HSV(B) 298.57º 1% 0.16% -
XYZ 1.33 0.64 2.24 -
YUV 17.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 41 0 42 0.02 1 0 0.84 298.57 1 0.08
Hex 29 0 2A 2 64 0 54 12B 64 8
Octal 51 0 52 2 144 0 124 453 144 10
Binary 101001 0 101010 10 1100100 0 1010100 100101011 1100100 1000

Color Harmonies of #29002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29002A

Black with #29002A

Text Example


Text Example

White with #29002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29002A; }

 p { color: rgb(41,0,42); }

 H1.HeaderClassName
 {
   color: #29002A;
 }
 .AnyTagClassName
 {
   color: #29002A;
 }
</style>

background-color css

<style>
 a { background-color: #29002A; }

 a { background-color: rgb(41,0,42); }

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

border-color css

<style>
 span { border-color: #29002A; }

 span { border-color: rgb(41,0,42); }

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