Html Css Color HEX #290325 Mardi Gras

📋 copy color: '#290325'

red 41 ◦ green 3 ◦ blue 37

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

Shades of Mardi Gras #290325

Tints of Mardi Gras #290325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 45.68%

R = 50.62%
G = 3.7%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#290325 (or 0x290325) is known color: Mardi Gras. HEX triplet: 29, 03 and 25. RGB value is (41,3,37). Sum of RGB (Red+Green+Blue) = 41+3+37=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #290325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290325 is #D6FCDA. Grayscale: #121212. Windows color (decimal): -14089435 or 2425641. OLE color: 2425641.

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

Color convert

RGB 41 3 37 -
CMYK 0 0.93 0.10 0.84
HSL 306.32º 0.86% 0.09% -
HSV(B) 306.32º 0.93% 0.16% -
XYZ 1.28 0.67 1.81 -
YUV 18.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 41 3 37 0 0.93 0.10 0.84 306.32 0.86 0.09
Hex 29 3 25 0 5D A 54 132 56 9
Octal 51 3 45 0 135 12 124 462 126 11
Binary 101001 11 100101 0 1011101 1010 1010100 100110010 1010110 1001

Color Harmonies of #290325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290325

Black with #290325

Text Example


Text Example

White with #290325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290325; }

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

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

background-color css

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

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

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

border-color css

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

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

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