#2B032D

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

Shades of Mardi Gras #2B032D

Tints of Mardi Gras #2B032D

Color information

#2B032D (or 0x2B032D) is unknown color: approx Mardi Gras. HEX triplet: 2B, 03 and 2D. RGB value is (43,3,45). Sum of RGB (Red+Green+Blue) = 43+3+45=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B032D is #D4FCD2. Grayscale: #131313. Windows color (decimal): -13958355 or 2949931. OLE color: 2949931.

HSL color Cylindrical-coordinate representation of color #2B032D: hue angle of 297.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B032D is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43345-
CMYK0.040.9300.82
HSL297.14º87.5%9.41%-
HSV(B)297.14º93.33%17.65%-
XYZ1.50.772.55-
YUV19.75142.25144.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 47.25%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 45 (17.97% from 255) = 49.45%
R=47.25%
G=3.30%
B=49.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal433450.040.9300.82297.1487.59.41
Hex2B32D45D052129589
Octal533554135012245113011
Binary1010111110110110010111010101001010010100110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,45); }

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

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

 a { background-color: rgb(43,3,45); }

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

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

 span { border-color: rgb(43,3,45); }

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