Html Css Color HEX #29022A Mardi Gras

📋 copy color: '#29022A'

red 41 ◦ green 2 ◦ blue 42

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

Shades of Mardi Gras #29022A

Tints of Mardi Gras #29022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

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

R = 48.24%
G = 2.35%
B = 49.41%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#29022A (or 0x29022A) is known color: Mardi Gras. HEX triplet: 29, 02 and 2A. RGB value is (41,2,42). Sum of RGB (Red+Green+Blue) = 41+2+42=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 42 - color contains mainly: blue. Hex color #29022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29022A is #D6FDD5. Grayscale: #121212. Windows color (decimal): -14089686 or 2753065. OLE color: 2753065.

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

Color convert

RGB 41 2 42 -
CMYK 0.02 0.95 0 0.84
HSL 298.5º 0.91% 0.09% -
HSV(B) 298.5º 0.95% 0.16% -
XYZ 1.35 0.68 2.25 -
YUV 18.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 41 2 42 0.02 0.95 0 0.84 298.5 0.91 0.09
Hex 29 2 2A 2 5F 0 54 12A 5B 9
Octal 51 2 52 2 137 0 124 452 133 11
Binary 101001 10 101010 10 1011111 0 1010100 100101010 1011011 1001

Color Harmonies of #29022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29022A

Black with #29022A

Text Example


Text Example

White with #29022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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