#2B112D

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

Shades of Mardi Gras #2B112D

Tints of Mardi Gras #2B112D

Color information

#2B112D (or 0x2B112D) is unknown color: approx Mardi Gras. HEX triplet: 2B, 11 and 2D. RGB value is (43,17,45). Sum of RGB (Red+Green+Blue) = 43+17+45=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B112D is #D4EED2. Grayscale: #1B1B1B. Windows color (decimal): -13954771 or 2953515. OLE color: 2953515.

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

Color convert

RGB431745-
CMYK0.040.6200.82
HSL295.71º45.16%12.16%-
HSV(B)295.71º62.22%17.65%-
XYZ1.671.12.61-
YUV27.97137.61138.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.95%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 45 (17.97% from 255) = 42.86%
R=40.95%
G=16.19%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4317450.040.6200.82295.7145.1612.16
Hex2B112D43E0521282dc
Octal53215547601224505514
Binary10101110001101101100111110010100101001010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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