#2B232D

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

Shades of Mardi Gras #2B232D

Tints of Mardi Gras #2B232D

Color information

#2B232D (or 0x2B232D) is unknown color: approx Mardi Gras. HEX triplet: 2B, 23 and 2D. RGB value is (43,35,45). Sum of RGB (Red+Green+Blue) = 43+35+45=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B232D is #D4DCD2. Grayscale: #262626. Windows color (decimal): -13950163 or 2958123. OLE color: 2958123.

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

Color convert

RGB433545-
CMYK0.040.2200.82
HSL288º12.5%15.69%-
HSV(B)288º22.22%17.65%-
XYZ2.071.912.74-
YUV38.53131.65131.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.96%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=34.96%
G=28.46%
B=36.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4335450.040.2200.8228812.515.69
Hex2B232D416052120c10
Octal53435542601224401420
Binary1010111000111011011001011001010010100100000110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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