Html Css Color HEX #290228 Mardi Gras

📋 copy color: '#290228'

red 41 ◦ green 2 ◦ blue 40

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

Shades of Mardi Gras #290228

Tints of Mardi Gras #290228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 48.19%

R = 49.4%
G = 2.41%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#290228 (or 0x290228) is known color: Mardi Gras. HEX triplet: 29, 02 and 28. RGB value is (41,2,40). Sum of RGB (Red+Green+Blue) = 41+2+40=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #290228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290228 is #D6FDD7. Grayscale: #111111. Windows color (decimal): -14089688 or 2621993. OLE color: 2621993.

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

Color convert

RGB 41 2 40 -
CMYK 0 0.95 0.02 0.84
HSL 301.54º 0.91% 0.08% -
HSV(B) 301.54º 0.95% 0.16% -
XYZ 1.32 0.67 2.07 -
YUV 17.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 41 2 40 0 0.95 0.02 0.84 301.54 0.91 0.08
Hex 29 2 28 0 5F 2 54 12E 5B 8
Octal 51 2 50 0 137 2 124 456 133 10
Binary 101001 10 101000 0 1011111 10 1010100 100101110 1011011 1000

Color Harmonies of #290228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290228

Black with #290228

Text Example


Text Example

White with #290228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290228; }

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

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

background-color css

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

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

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

border-color css

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

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

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