Html Css Color HEX #29002B Mardi Gras

📋 copy color: '#29002B'

red 41 ◦ green 0 ◦ blue 43

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

Shades of Mardi Gras #29002B

Tints of Mardi Gras #29002B

RGB

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

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

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

R = 48.81%
G = 0%
B = 51.19%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29002B (or 0x29002B) is known color: Mardi Gras. HEX triplet: 29, 00 and 2B. RGB value is (41,0,43). Sum of RGB (Red+Green+Blue) = 41+0+43=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #29002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29002B is #D6FFD4. Grayscale: #111111. Windows color (decimal): -14090197 or 2818089. OLE color: 2818089.

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

Color convert

RGB 41 0 43 -
CMYK 0.05 1 0 0.83
HSL 297.21º 1% 0.08% -
HSV(B) 297.21º 1% 0.17% -
XYZ 1.35 0.65 2.34 -
YUV 17.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 41 0 43 0.05 1 0 0.83 297.21 1 0.08
Hex 29 0 2B 5 64 0 53 129 64 8
Octal 51 0 53 5 144 0 123 451 144 10
Binary 101001 0 101011 101 1100100 0 1010011 100101001 1100100 1000

Color Harmonies of #29002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29002B

Black with #29002B

Text Example


Text Example

White with #29002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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