#291528

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

Shades of Mardi Gras #291528

Tints of Mardi Gras #291528

Color information

#291528 (or 0x291528) is unknown color: approx Mardi Gras. HEX triplet: 29, 15 and 28. RGB value is (41,21,40). Sum of RGB (Red+Green+Blue) = 41+21+40=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 41 - color contains mainly: red. Hex color #291528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291528 is #D6EAD7. Grayscale: #1D1D1D. Windows color (decimal): -14084824 or 2626857. OLE color: 2626857.

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

Color convert

RGB412140-
CMYK00.490.020.84
HSL303º32.26%12.16%-
HSV(B)303º48.78%16.08%-
XYZ1.571.162.15-
YUV29.15134.13136.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=40.20%
G=20.59%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41214000.490.020.8430332.2612.16
Hex29152803125412f20c
Octal51255006121244574014
Binary1010011010110100001100011010101001001011111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291528; }

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

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

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

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

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

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

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

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