#2B112E

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

Shades of Mardi Gras #2B112E

Tints of Mardi Gras #2B112E

Color information

#2B112E (or 0x2B112E) is unknown color: approx Mardi Gras. HEX triplet: 2B, 11 and 2E. RGB value is (43,17,46). Sum of RGB (Red+Green+Blue) = 43+17+46=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B112E is #D4EED1. Grayscale: #1B1B1B. Windows color (decimal): -13954770 or 3019051. OLE color: 3019051.

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

Color convert

RGB431746-
CMYK0.070.6300.82
HSL293.79º46.03%12.35%-
HSV(B)293.79º63.04%18.04%-
XYZ1.691.112.71-
YUV28.08138.11138.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.57%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 46 (18.36% from 255) = 43.40%
R=40.57%
G=16.04%
B=43.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4317460.070.6300.82293.7946.0312.35
Hex2B112E73F0521262ec
Octal53215677701224465614
Binary10101110001101110111111111010100101001001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,17,46); }

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

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

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

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

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

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

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