#2B0229

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

Shades of Mardi Gras #2B0229

Tints of Mardi Gras #2B0229

Color information

#2B0229 (or 0x2B0229) is unknown color: approx Mardi Gras. HEX triplet: 2B, 02 and 29. RGB value is (43,2,41). Sum of RGB (Red+Green+Blue) = 43+2+41=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0229 is #D4FDD6. Grayscale: #121212. Windows color (decimal): -13958615 or 2687531. OLE color: 2687531.

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

Color convert

RGB43241-
CMYK00.950.050.83
HSL302.93º91.11%8.82%-
HSV(B)302.93º95.35%16.86%-
XYZ1.420.722.16-
YUV18.7140.58145.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 41 (16.41% from 255) = 47.67%
R=50%
G=2.33%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4324100.950.050.83302.9391.118.82
Hex2B22905F55312f5b9
Octal532510137512345713311
Binary1010111010100101011111101101001110010111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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