#2B242B

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

Shades of Mardi Gras #2B242B

Tints of Mardi Gras #2B242B

Color information

#2B242B (or 0x2B242B) is unknown color: approx Mardi Gras. HEX triplet: 2B, 24 and 2B. RGB value is (43,36,43). Sum of RGB (Red+Green+Blue) = 43+36+43=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B242B is #D4DBD4. Grayscale: #262626. Windows color (decimal): -13949909 or 2827307. OLE color: 2827307.

HSL color Cylindrical-coordinate representation of color #2B242B: hue angle of 300º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2B242B is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB433643-
CMYK00.1600.83
HSL300º8.86%15.49%-
HSV(B)300º16.28%16.86%-
XYZ2.061.952.55-
YUV38.89130.32130.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 35.25%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=35.25%
G=29.51%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43364300.1600.833008.8615.49
Hex2B242B01005312c9f
Octal53445302001234541117
Binary1010111001001010110100000101001110010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,36,43); }

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

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

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

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

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

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

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