#2B012C

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

Shades of Mardi Gras #2B012C

Tints of Mardi Gras #2B012C

Color information

#2B012C (or 0x2B012C) is unknown color: approx Mardi Gras. HEX triplet: 2B, 01 and 2C. RGB value is (43,1,44). Sum of RGB (Red+Green+Blue) = 43+1+44=88 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.86% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B012C is #D4FED3. Grayscale: #121212. Windows color (decimal): -13958868 or 2883883. OLE color: 2883883.

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

Color convert

RGB43144-
CMYK0.020.9800.83
HSL298.6º95.56%8.82%-
HSV(B)298.6º97.73%17.25%-
XYZ1.460.722.44-
YUV18.46142.41145.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.86%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 44 (17.58% from 255) = 50%
R=48.86%
G=1.14%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal431440.020.9800.83298.695.568.82
Hex2B12C26205312b609
Octal531542142012345314011
Binary10101111011001011000100101001110010101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,1,44); }

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

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

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

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

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

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

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