#2B0529

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

Shades of Mardi Gras #2B0529

Tints of Mardi Gras #2B0529

Color information

#2B0529 (or 0x2B0529) is unknown color: approx Mardi Gras. HEX triplet: 2B, 05 and 29. RGB value is (43,5,41). Sum of RGB (Red+Green+Blue) = 43+5+41=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0529 is #D4FAD6. Grayscale: #141414. Windows color (decimal): -13957847 or 2688299. OLE color: 2688299.

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

Color convert

RGB43541-
CMYK00.880.050.83
HSL303.16º79.17%9.41%-
HSV(B)303.16º88.37%16.86%-
XYZ1.450.782.17-
YUV20.47139.59144.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.31%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 41 (16.41% from 255) = 46.07%
R=48.31%
G=5.62%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4354100.880.050.83303.1679.179.41
Hex2B52905855312f4f9
Octal535510130512345711711
Binary10101110110100101011000101101001110010111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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