#2B022B

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

Shades of Mardi Gras #2B022B

Tints of Mardi Gras #2B022B

Color information

#2B022B (or 0x2B022B) is unknown color: approx Mardi Gras. HEX triplet: 2B, 02 and 2B. RGB value is (43,2,43). Sum of RGB (Red+Green+Blue) = 43+2+43=88 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.86% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B022B is #D4FDD4. Grayscale: #121212. Windows color (decimal): -13958613 or 2818603. OLE color: 2818603.

HSL color Cylindrical-coordinate representation of color #2B022B: hue angle of 300º 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 #2B022B is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB43243-
CMYK00.9500.83
HSL300º91.11%8.82%-
HSV(B)300º95.35%16.86%-
XYZ1.450.732.35-
YUV18.93141.58145.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.86%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=48.86%
G=2.27%
B=48.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4324300.9500.8330091.118.82
Hex2B22B05F05312c5b9
Octal532530137012345413311
Binary10101110101011010111110101001110010110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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