#2B122D

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

Shades of Mardi Gras #2B122D

Tints of Mardi Gras #2B122D

Color information

#2B122D (or 0x2B122D) is unknown color: approx Mardi Gras. HEX triplet: 2B, 12 and 2D. RGB value is (43,18,45). Sum of RGB (Red+Green+Blue) = 43+18+45=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B122D is #D4EDD2. Grayscale: #1C1C1C. Windows color (decimal): -13954515 or 2953771. OLE color: 2953771.

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

Color convert

RGB431845-
CMYK0.040.600.82
HSL295.56º42.86%12.35%-
HSV(B)295.56º60%17.65%-
XYZ1.691.142.61-
YUV28.55137.28138.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.57%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=40.57%
G=16.98%
B=42.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4318450.040.600.82295.5642.8612.35
Hex2B122D43C0521282bc
Octal53225547401224505314
Binary10101110010101101100111100010100101001010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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