Html Css Color HEX #290124 Mardi Gras

📋 copy color: '#290124'

red 41 ◦ green 1 ◦ blue 36

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

Shades of Mardi Gras #290124

Tints of Mardi Gras #290124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.28%

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

R = 52.56%
G = 1.28%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#290124 (or 0x290124) is known color: Mardi Gras. HEX triplet: 29, 01 and 24. RGB value is (41,1,36). Sum of RGB (Red+Green+Blue) = 41+1+36=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #290124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290124 is #D6FEDB. Grayscale: #101010. Windows color (decimal): -14089948 or 2359593. OLE color: 2359593.

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

Color convert

RGB 41 1 36 -
CMYK 0 0.98 0.12 0.84
HSL 307.5º 0.95% 0.08% -
HSV(B) 307.5º 0.98% 0.16% -
XYZ 1.24 0.62 1.72 -
YUV 16.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 41 1 36 0 0.98 0.12 0.84 307.5 0.95 0.08
Hex 29 1 24 0 62 C 54 134 5F 8
Octal 51 1 44 0 142 14 124 464 137 10
Binary 101001 1 100100 0 1100010 1100 1010100 100110100 1011111 1000

Color Harmonies of #290124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290124

Black with #290124

Text Example


Text Example

White with #290124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290124; }

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

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

background-color css

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

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

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

border-color css

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

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

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