#2B262B

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

Shades of Mardi Gras #2B262B

Tints of Mardi Gras #2B262B

Color information

#2B262B (or 0x2B262B) is unknown color: approx Mardi Gras. HEX triplet: 2B, 26 and 2B. RGB value is (43,38,43). Sum of RGB (Red+Green+Blue) = 43+38+43=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B262B is #D4D9D4. Grayscale: #282828. Windows color (decimal): -13949397 or 2827819. OLE color: 2827819.

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

Color convert

RGB433843-
CMYK00.1200.83
HSL300º6.17%15.88%-
HSV(B)300º11.63%16.86%-
XYZ2.132.072.57-
YUV40.06129.66130.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 34.68%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=34.68%
G=30.65%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43384300.1200.833006.1715.88
Hex2B262B0C05312c610
Octal5346530140123454620
Binary101011100110101011011000101001110010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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