Html Css Color HEX #290824 Mardi Gras

📋 copy color: '#290824'

red 41 ◦ green 8 ◦ blue 36

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

Shades of Mardi Gras #290824

Tints of Mardi Gras #290824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.41%

 BLUE value IS 36 (14.45% from 255) = 42.35%

R = 48.24%
G = 9.41%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#290824 (or 0x290824) is known color: Mardi Gras. HEX triplet: 29, 08 and 24. RGB value is (41,8,36). Sum of RGB (Red+Green+Blue) = 41+8+36=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #290824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290824 is #D6F7DB. Grayscale: #141414. Windows color (decimal): -14088156 or 2361385. OLE color: 2361385.

HSL color Cylindrical-coordinate representation of color #290824: hue angle of 309.09º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290824 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 8 36 -
CMYK 0 0.80 0.12 0.84
HSL 309.09º 0.67% 0.1% -
HSV(B) 309.09º 0.8% 0.16% -
XYZ 1.32 0.77 1.75 -
YUV 21.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 41 8 36 0 0.80 0.12 0.84 309.09 0.67 0.1
Hex 29 8 24 0 50 C 54 135 43 A
Octal 51 10 44 0 120 14 124 465 103 12
Binary 101001 1000 100100 0 1010000 1100 1010100 100110101 1000011 1010

Color Harmonies of #290824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290824

Black with #290824

Text Example


Text Example

White with #290824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290824; }

 p { color: rgb(41,8,36); }

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

background-color css

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

 a { background-color: rgb(41,8,36); }

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

border-color css

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

 span { border-color: rgb(41,8,36); }

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