#2B032A

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

Shades of Mardi Gras #2B032A

Tints of Mardi Gras #2B032A

Color information

#2B032A (or 0x2B032A) is unknown color: approx Mardi Gras. HEX triplet: 2B, 03 and 2A. RGB value is (43,3,42). Sum of RGB (Red+Green+Blue) = 43+3+42=88 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.86% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 43 - color contains mainly: red. Hex color #2B032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B032A is #D4FCD5. Grayscale: #131313. Windows color (decimal): -13958358 or 2753323. OLE color: 2753323.

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

Color convert

RGB43342-
CMYK00.930.020.83
HSL301.5º86.96%9.02%-
HSV(B)301.5º93.02%16.86%-
XYZ1.450.752.26-
YUV19.41140.75144.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.86%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 42 (16.80% from 255) = 47.73%
R=48.86%
G=3.41%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4334200.930.020.83301.586.969.02
Hex2B32A05D25312e579
Octal533520135212345612711
Binary101011111010100101110110101001110010111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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