#290828

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

Shades of Mardi Gras #290828

Tints of Mardi Gras #290828

Color information

#290828 (or 0x290828) is unknown color: approx Mardi Gras. HEX triplet: 29, 08 and 28. RGB value is (41,8,40). Sum of RGB (Red+Green+Blue) = 41+8+40=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #290828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290828 is #D6F7D7. Grayscale: #151515. Windows color (decimal): -14088152 or 2623529. OLE color: 2623529.

HSL color Cylindrical-coordinate representation of color #290828: hue angle of 301.82º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290828 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB41840-
CMYK00.800.020.84
HSL301.82º67.35%9.61%-
HSV(B)301.82º80.49%16.08%-
XYZ1.380.82.09-
YUV21.52138.43141.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.07%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=46.07%
G=8.99%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4184000.800.020.84301.8267.359.61
Hex2982805025412e43a
Octal5110500120212445610312
Binary10100110001010000101000010101010010010111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290828; }

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

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

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

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

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

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

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

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