Html Css Color HEX #290223 Mardi Gras

📋 copy color: '#290223'

red 41 ◦ green 2 ◦ blue 35

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

Shades of Mardi Gras #290223

Tints of Mardi Gras #290223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.56%

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

R = 52.56%
G = 2.56%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#290223 (or 0x290223) is known color: Mardi Gras. HEX triplet: 29, 02 and 23. RGB value is (41,2,35). Sum of RGB (Red+Green+Blue) = 41+2+35=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #290223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290223 is #D6FDDC. Grayscale: #111111. Windows color (decimal): -14089693 or 2294313. OLE color: 2294313.

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

Color convert

RGB 41 2 35 -
CMYK 0 0.95 0.15 0.84
HSL 309.23º 0.91% 0.08% -
HSV(B) 309.23º 0.95% 0.16% -
XYZ 1.24 0.64 1.65 -
YUV 17.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 41 2 35 0 0.95 0.15 0.84 309.23 0.91 0.08
Hex 29 2 23 0 5F F 54 135 5B 8
Octal 51 2 43 0 137 17 124 465 133 10
Binary 101001 10 100011 0 1011111 1111 1010100 100110101 1011011 1000

Color Harmonies of #290223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290223

Black with #290223

Text Example


Text Example

White with #290223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290223; }

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

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

background-color css

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

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

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

border-color css

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

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

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