#2A0929

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

Shades of Mardi Gras #2A0929

Tints of Mardi Gras #2A0929

Color information

#2A0929 (or 0x2A0929) is unknown color: approx Mardi Gras. HEX triplet: 2A, 09 and 29. RGB value is (42,9,41). Sum of RGB (Red+Green+Blue) = 42+9+41=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0929 is #D5F6D6. Grayscale: #161616. Windows color (decimal): -14022359 or 2689322. OLE color: 2689322.

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

Color convert

RGB42941-
CMYK00.790.020.84
HSL301.82º64.71%10%-
HSV(B)301.82º78.57%16.47%-
XYZ1.450.852.18-
YUV22.52138.43141.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 45.65%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=45.65%
G=9.78%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4294100.790.020.84301.8264.7110
Hex2A92904F25412e41a
Octal5211510117212445610112
Binary10101010011010010100111110101010010010111010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,9,41); }

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

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

 a { background-color: rgb(42,9,41); }

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

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

 span { border-color: rgb(42,9,41); }

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