Html Css Color HEX #29092B Mardi Gras

📋 copy color: '#29092B'

red 41 ◦ green 9 ◦ blue 43

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

Shades of Mardi Gras #29092B

Tints of Mardi Gras #29092B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

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

R = 44.09%
G = 9.68%
B = 46.24%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#29092B (or 0x29092B) is known color: Mardi Gras. HEX triplet: 29, 09 and 2B. RGB value is (41,9,43). Sum of RGB (Red+Green+Blue) = 41+9+43=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #29092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29092B is #D6F6D4. Grayscale: #161616. Windows color (decimal): -14087893 or 2820393. OLE color: 2820393.

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

Color convert

RGB 41 9 43 -
CMYK 0.05 0.79 0 0.83
HSL 296.47º 0.65% 0.1% -
HSV(B) 296.47º 0.79% 0.17% -
XYZ 1.45 0.84 2.37 -
YUV 22.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 41 9 43 0.05 0.79 0 0.83 296.47 0.65 0.1
Hex 29 9 2B 5 4F 0 53 128 41 A
Octal 51 11 53 5 117 0 123 450 101 12
Binary 101001 1001 101011 101 1001111 0 1010011 100101000 1000001 1010

Color Harmonies of #29092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29092B

Black with #29092B

Text Example


Text Example

White with #29092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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