#2B1029

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

Shades of Mardi Gras #2B1029

Tints of Mardi Gras #2B1029

Color information

#2B1029 (or 0x2B1029) is unknown color: approx Mardi Gras. HEX triplet: 2B, 10 and 29. RGB value is (43,16,41). Sum of RGB (Red+Green+Blue) = 43+16+41=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1029 is #D4EFD6. Grayscale: #1A1A1A. Windows color (decimal): -13955031 or 2691115. OLE color: 2691115.

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

Color convert

RGB431641-
CMYK00.630.050.83
HSL304.44º45.76%11.57%-
HSV(B)304.44º62.79%16.86%-
XYZ1.581.042.22-
YUV26.92135.95139.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 41 (16.41% from 255) = 41%
R=43%
G=16%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43164100.630.050.83304.4445.7611.57
Hex2B102903F5531302ec
Octal53205107751234605614
Binary10101110000101001011111110110100111001100001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,16,41); }

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

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

 a { background-color: rgb(43,16,41); }

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

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

 span { border-color: rgb(43,16,41); }

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