#2B0729

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

Shades of Mardi Gras #2B0729

Tints of Mardi Gras #2B0729

Color information

#2B0729 (or 0x2B0729) is unknown color: approx Mardi Gras. HEX triplet: 2B, 07 and 29. RGB value is (43,7,41). Sum of RGB (Red+Green+Blue) = 43+7+41=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0729 is #D4F8D6. Grayscale: #151515. Windows color (decimal): -13957335 or 2688811. OLE color: 2688811.

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

Color convert

RGB43741-
CMYK00.840.050.83
HSL303.33º72%9.8%-
HSV(B)303.33º83.72%16.86%-
XYZ1.470.832.18-
YUV21.64138.93143.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 47.25%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 41 (16.41% from 255) = 45.05%
R=47.25%
G=7.69%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4374100.840.050.83303.33729.8
Hex2B72905455312f48a
Octal537510124512345711012
Binary10101111110100101010100101101001110010111110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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