#2B192B

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

Shades of Mardi Gras #2B192B

Tints of Mardi Gras #2B192B

Color information

#2B192B (or 0x2B192B) is unknown color: approx Mardi Gras. HEX triplet: 2B, 19 and 2B. RGB value is (43,25,43). Sum of RGB (Red+Green+Blue) = 43+25+43=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 43 - color contains mainly: red, blue. Hex color #2B192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B192B is #D4E6D4. Grayscale: #202020. Windows color (decimal): -13952725 or 2824491. OLE color: 2824491.

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

Color convert

RGB432543-
CMYK00.4200.83
HSL300º26.47%13.33%-
HSV(B)300º41.86%16.86%-
XYZ1.781.382.46-
YUV32.43133.96135.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.74%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=38.74%
G=22.52%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43254300.4200.8330026.4713.33
Hex2B192B02A05312c1ad
Octal53315305201234543215
Binary10101111001101011010101001010011100101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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