#2A062C

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

Shades of Mardi Gras #2A062C

Tints of Mardi Gras #2A062C

Color information

#2A062C (or 0x2A062C) is unknown color: approx Mardi Gras. HEX triplet: 2A, 06 and 2C. RGB value is (42,6,44). Sum of RGB (Red+Green+Blue) = 42+6+44=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #2A062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A062C is #D5F9D3. Grayscale: #141414. Windows color (decimal): -14023124 or 2885162. OLE color: 2885162.

HSL color Cylindrical-coordinate representation of color #2A062C: hue angle of 296.84º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A062C is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB42644-
CMYK0.050.8600.83
HSL296.84º76%9.8%-
HSV(B)296.84º86.36%17.25%-
XYZ1.470.82.46-
YUV21.1140.93142.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 45.65%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=45.65%
G=6.52%
B=47.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal426440.050.8600.83296.84769.8
Hex2A62C5560531294ca
Octal526545126012345111412
Binary10101011010110010110101100101001110010100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,6,44); }

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

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

 a { background-color: rgb(42,6,44); }

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

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

 span { border-color: rgb(42,6,44); }

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