#2B1629

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

Shades of Mardi Gras #2B1629

Tints of Mardi Gras #2B1629

Color information

#2B1629 (or 0x2B1629) is unknown color: approx Mardi Gras. HEX triplet: 2B, 16 and 29. RGB value is (43,22,41). Sum of RGB (Red+Green+Blue) = 43+22+41=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1629 is #D4E9D6. Grayscale: #1E1E1E. Windows color (decimal): -13953495 or 2692651. OLE color: 2692651.

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

Color convert

RGB432241-
CMYK00.490.050.83
HSL305.71º32.31%12.75%-
HSV(B)305.71º48.84%16.86%-
XYZ1.681.252.25-
YUV30.44133.96136.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.57%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=40.57%
G=20.75%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43224100.490.050.83305.7132.3112.75
Hex2B162903155313220d
Octal53265106151234624015
Binary10101110110101001011000110110100111001100101000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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