Html Css Color HEX #290328 Mardi Gras

📋 copy color: '#290328'

red 41 ◦ green 3 ◦ blue 40

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

Shades of Mardi Gras #290328

Tints of Mardi Gras #290328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.57%

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

R = 48.81%
G = 3.57%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#290328 (or 0x290328) is known color: Mardi Gras. HEX triplet: 29, 03 and 28. RGB value is (41,3,40). Sum of RGB (Red+Green+Blue) = 41+3+40=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #290328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290328 is #D6FCD7. Grayscale: #121212. Windows color (decimal): -14089432 or 2622249. OLE color: 2622249.

HSL color Cylindrical-coordinate representation of color #290328: hue angle of 301.58º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290328 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 3 40 -
CMYK 0 0.93 0.02 0.84
HSL 301.58º 0.86% 0.09% -
HSV(B) 301.58º 0.93% 0.16% -
XYZ 1.33 0.69 2.07 -
YUV 18.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 41 3 40 0 0.93 0.02 0.84 301.58 0.86 0.09
Hex 29 3 28 0 5D 2 54 12E 56 9
Octal 51 3 50 0 135 2 124 456 126 11
Binary 101001 11 101000 0 1011101 10 1010100 100101110 1010110 1001

Color Harmonies of #290328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290328

Black with #290328

Text Example


Text Example

White with #290328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290328; }

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

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

background-color css

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

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

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

border-color css

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

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

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