#2A0824

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

Shades of Mardi Gras #2A0824

Tints of Mardi Gras #2A0824

Color information

#2A0824 (or 0x2A0824) is unknown color: approx Mardi Gras. HEX triplet: 2A, 08 and 24. RGB value is (42,8,36). Sum of RGB (Red+Green+Blue) = 42+8+36=86 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.84% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 36 (14.45% from 255 or 41.86% from 86); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0824 is #D5F7DB. Grayscale: #151515. Windows color (decimal): -14022620 or 2361386. OLE color: 2361386.

HSL color Cylindrical-coordinate representation of color #2A0824: hue angle of 310.59º 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 #2A0824 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.84.

Color convert

RGB42836-
CMYK00.810.140.84
HSL310.59º68%9.8%-
HSV(B)310.59º80.95%16.47%-
XYZ1.360.791.75-
YUV21.36136.26142.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 48.84%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 36 (14.45% from 255) = 41.86%
R=48.84%
G=9.30%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4283600.810.140.84310.59689.8
Hex2A824051E5413744a
Octal52104401211612446710412
Binary1010101000100100010100011110101010010011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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