Html Css Color HEX #29192A Mardi Gras

📋 copy color: '#29192A'

red 41 ◦ green 25 ◦ blue 42

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

Shades of Mardi Gras #29192A

Tints of Mardi Gras #29192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.15%

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

R = 37.96%
G = 23.15%
B = 38.89%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#29192A (or 0x29192A) is known color: Mardi Gras. HEX triplet: 29, 19 and 2A. RGB value is (41,25,42). Sum of RGB (Red+Green+Blue) = 41+25+42=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 42 - color contains mainly: blue. Hex color #29192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29192A is #D6E6D5. Grayscale: #1F1F1F. Windows color (decimal): -14083798 or 2758953. OLE color: 2758953.

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

Color convert

RGB 41 25 42 -
CMYK 0.02 0.40 0 0.84
HSL 296.47º 0.25% 0.13% -
HSV(B) 296.47º 0.4% 0.16% -
XYZ 1.68 1.33 2.36 -
YUV 31.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 41 25 42 0.02 0.40 0 0.84 296.47 0.25 0.13
Hex 29 19 2A 2 28 0 54 128 19 D
Octal 51 31 52 2 50 0 124 450 31 15
Binary 101001 11001 101010 10 101000 0 1010100 100101000 11001 1101

Color Harmonies of #29192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29192A

Black with #29192A

Text Example


Text Example

White with #29192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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