#2B122E

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

Shades of Mardi Gras #2B122E

Tints of Mardi Gras #2B122E

Color information

#2B122E (or 0x2B122E) is unknown color: approx Mardi Gras. HEX triplet: 2B, 12 and 2E. RGB value is (43,18,46). Sum of RGB (Red+Green+Blue) = 43+18+46=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B122E is #D4EDD1. Grayscale: #1C1C1C. Windows color (decimal): -13954514 or 3019307. OLE color: 3019307.

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

Color convert

RGB431846-
CMYK0.070.6100.82
HSL293.57º43.75%12.55%-
HSV(B)293.57º60.87%18.04%-
XYZ1.711.142.72-
YUV28.67137.78138.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.19%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 46 (18.36% from 255) = 42.99%
R=40.19%
G=16.82%
B=42.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4318460.070.6100.82293.5743.7512.55
Hex2B122E73D0521262cd
Octal53225677501224465415
Binary10101110010101110111111101010100101001001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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