#2A0826

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

Shades of Mardi Gras #2A0826

Tints of Mardi Gras #2A0826

Color information

#2A0826 (or 0x2A0826) is unknown color: approx Mardi Gras. HEX triplet: 2A, 08 and 26. RGB value is (42,8,38). Sum of RGB (Red+Green+Blue) = 42+8+38=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0826 is #D5F7D9. Grayscale: #151515. Windows color (decimal): -14022618 or 2492458. OLE color: 2492458.

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

Color convert

RGB42838-
CMYK00.810.100.84
HSL307.06º68%9.8%-
HSV(B)307.06º80.95%16.47%-
XYZ1.390.811.92-
YUV21.59137.26142.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 47.73%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 38 (15.23% from 255) = 43.18%
R=47.73%
G=9.09%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4283800.810.100.84307.06689.8
Hex2A826051A5413344a
Octal52104601211212446310412
Binary1010101000100110010100011010101010010011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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