Html Css Color HEX #290024 Mardi Gras

📋 copy color: '#290024'

red 41 ◦ green 0 ◦ blue 36

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

Shades of Mardi Gras #290024

Tints of Mardi Gras #290024

RGB

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

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

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

R = 53.25%
G = 0%
B = 46.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#290024 (or 0x290024) is known color: Mardi Gras. HEX triplet: 29, 00 and 24. RGB value is (41,0,36). Sum of RGB (Red+Green+Blue) = 41+0+36=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #290024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290024 is #D6FFDB. Grayscale: #101010. Windows color (decimal): -14090204 or 2359337. OLE color: 2359337.

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

Color convert

RGB 41 0 36 -
CMYK 0 1 0.12 0.84
HSL 307.32º 1% 0.08% -
HSV(B) 307.32º 1% 0.16% -
XYZ 1.23 0.6 1.72 -
YUV 16.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 41 0 36 0 1 0.12 0.84 307.32 1 0.08
Hex 29 0 24 0 64 C 54 133 64 8
Octal 51 0 44 0 144 14 124 463 144 10
Binary 101001 0 100100 0 1100100 1100 1010100 100110011 1100100 1000

Color Harmonies of #290024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290024

Black with #290024

Text Example


Text Example

White with #290024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290024; }

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

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

background-color css

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

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

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

border-color css

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

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

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