#2A0B28

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

Shades of Mardi Gras #2A0B28

Tints of Mardi Gras #2A0B28

Color information

#2A0B28 (or 0x2A0B28) is unknown color: approx Mardi Gras. HEX triplet: 2A, 0B and 28. RGB value is (42,11,40). Sum of RGB (Red+Green+Blue) = 42+11+40=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B28 is #D5F4D7. Grayscale: #171717. Windows color (decimal): -14021848 or 2624298. OLE color: 2624298.

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

Color convert

RGB421140-
CMYK00.740.050.84
HSL303.87º58.49%10.39%-
HSV(B)303.87º73.81%16.47%-
XYZ1.460.882.1-
YUV23.58137.27141.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 45.16%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=45.16%
G=11.83%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42114000.740.050.84303.8758.4910.39
Hex2AB2804A5541303aa
Octal521350011251244607212
Binary10101010111010000100101010110101001001100001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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