Html Css Color HEX #290123 Mardi Gras

📋 copy color: '#290123'

red 41 ◦ green 1 ◦ blue 35

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

Shades of Mardi Gras #290123

Tints of Mardi Gras #290123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 45.45%

R = 53.25%
G = 1.3%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#290123 (or 0x290123) is known color: Mardi Gras. HEX triplet: 29, 01 and 23. RGB value is (41,1,35). Sum of RGB (Red+Green+Blue) = 41+1+35=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #290123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290123 is #D6FEDC. Grayscale: #101010. Windows color (decimal): -14089949 or 2294057. OLE color: 2294057.

HSL color Cylindrical-coordinate representation of color #290123: hue angle of 309º 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 #290123 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 1 35 -
CMYK 0 0.98 0.15 0.84
HSL 309º 0.95% 0.08% -
HSV(B) 309º 0.98% 0.16% -
XYZ 1.23 0.61 1.64 -
YUV 16.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 41 1 35 0 0.98 0.15 0.84 309 0.95 0.08
Hex 29 1 23 0 62 F 54 135 5F 8
Octal 51 1 43 0 142 17 124 465 137 10
Binary 101001 1 100011 0 1100010 1111 1010100 100110101 1011111 1000

Color Harmonies of #290123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290123

Black with #290123

Text Example


Text Example

White with #290123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290123; }

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

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

background-color css

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

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

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

border-color css

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

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

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