#2A0828

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

Shades of Mardi Gras #2A0828

Tints of Mardi Gras #2A0828

Color information

#2A0828 (or 0x2A0828) is unknown color: approx Mardi Gras. HEX triplet: 2A, 08 and 28. RGB value is (42,8,40). Sum of RGB (Red+Green+Blue) = 42+8+40=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0828 is #D5F7D7. Grayscale: #151515. Windows color (decimal): -14022616 or 2623530. OLE color: 2623530.

HSL color Cylindrical-coordinate representation of color #2A0828: hue angle of 303.53º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A0828 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB42840-
CMYK00.810.050.84
HSL303.53º68%9.8%-
HSV(B)303.53º80.95%16.47%-
XYZ1.420.822.09-
YUV21.81138.26142.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 46.67%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=46.67%
G=8.89%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4284000.810.050.84303.53689.8
Hex2A82805155413044a
Octal5210500121512446010412
Binary101010100010100001010001101101010010011000010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0828; }

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

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

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

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

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

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

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

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