#2B0B2B

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

Shades of Mardi Gras #2B0B2B

Tints of Mardi Gras #2B0B2B

Color information

#2B0B2B (or 0x2B0B2B) is unknown color: approx Mardi Gras. HEX triplet: 2B, 0B and 2B. RGB value is (43,11,43). Sum of RGB (Red+Green+Blue) = 43+11+43=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B0B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B2B is #D4F4D4. Grayscale: #181818. Windows color (decimal): -13956309 or 2820907. OLE color: 2820907.

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

Color convert

RGB431143-
CMYK00.7400.83
HSL300º59.26%10.59%-
HSV(B)300º74.42%16.86%-
XYZ1.550.932.38-
YUV24.22138.6141.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 44.33%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 43 (17.19% from 255) = 44.33%
R=44.33%
G=11.34%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43114300.7400.8330059.2610.59
Hex2BB2B04A05312c3bb
Octal531353011201234547313
Binary101011101110101101001010010100111001011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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