#290925

Color #290925 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #290925

Tints of Mardi Gras #290925

Color information

#290925 (or 0x290925) is unknown color: approx Mardi Gras. HEX triplet: 29, 09 and 25. RGB value is (41,9,37). Sum of RGB (Red+Green+Blue) = 41+9+37=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #290925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290925 is #D6F6DA. Grayscale: #151515. Windows color (decimal): -14087899 or 2427177. OLE color: 2427177.

HSL color Cylindrical-coordinate representation of color #290925: hue angle of 307.5º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #290925 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB41937-
CMYK00.780.100.84
HSL307.5º64%9.8%-
HSV(B)307.5º78.05%16.08%-
XYZ1.350.81.83-
YUV21.76136.6141.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=47.13%
G=10.34%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4193700.780.100.84307.5649.8
Hex2992504EA5413440a
Octal51114501161212446410012
Binary1010011001100101010011101010101010010011010010000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290925; }

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

 H1.HeaderClassName
 {
   color: #290925;
 }
 .AnyTagClassName
 {
   color: #290925;
 }
</style>
background-color css

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

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

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

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

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

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