Html Css Color HEX #29132B Mardi Gras

📋 copy color: '#29132B'

red 41 ◦ green 19 ◦ blue 43

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

Shades of Mardi Gras #29132B

Tints of Mardi Gras #29132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

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

R = 39.81%
G = 18.45%
B = 41.75%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29132B (or 0x29132B) is known color: Mardi Gras. HEX triplet: 29, 13 and 2B. RGB value is (41,19,43). Sum of RGB (Red+Green+Blue) = 41+19+43=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #29132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29132B is #D6ECD4. Grayscale: #1C1C1C. Windows color (decimal): -14085333 or 2822953. OLE color: 2822953.

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

Color convert

RGB 41 19 43 -
CMYK 0.05 0.56 0 0.83
HSL 295º 0.39% 0.12% -
HSV(B) 295º 0.56% 0.17% -
XYZ 1.58 1.11 2.42 -
YUV 28.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 41 19 43 0.05 0.56 0 0.83 295 0.39 0.12
Hex 29 13 2B 5 38 0 53 127 27 C
Octal 51 23 53 5 70 0 123 447 47 14
Binary 101001 10011 101011 101 111000 0 1010011 100100111 100111 1100

Color Harmonies of #29132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29132B

Black with #29132B

Text Example


Text Example

White with #29132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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