Html Css Color HEX #290222 Mardi Gras

📋 copy color: '#290222'

red 41 ◦ green 2 ◦ blue 34

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

Shades of Mardi Gras #290222

Tints of Mardi Gras #290222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 44.16%

R = 53.25%
G = 2.6%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#290222 (or 0x290222) is known color: Mardi Gras. HEX triplet: 29, 02 and 22. RGB value is (41,2,34). Sum of RGB (Red+Green+Blue) = 41+2+34=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 34 (13.67% from 255 or 44.16% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #290222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290222 is #D6FDDD. Grayscale: #111111. Windows color (decimal): -14089694 or 2228777. OLE color: 2228777.

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

Color convert

RGB 41 2 34 -
CMYK 0 0.95 0.17 0.84
HSL 310.77º 0.91% 0.08% -
HSV(B) 310.77º 0.95% 0.16% -
XYZ 1.22 0.63 1.57 -
YUV 17.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 41 2 34 0 0.95 0.17 0.84 310.77 0.91 0.08
Hex 29 2 22 0 5F 11 54 137 5B 8
Octal 51 2 42 0 137 21 124 467 133 10
Binary 101001 10 100010 0 1011111 10001 1010100 100110111 1011011 1000

Color Harmonies of #290222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290222

Black with #290222

Text Example


Text Example

White with #290222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290222; }

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

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

background-color css

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

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

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

border-color css

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

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

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