#2B192C

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

Shades of Mardi Gras #2B192C

Tints of Mardi Gras #2B192C

Color information

#2B192C (or 0x2B192C) is unknown color: approx Mardi Gras. HEX triplet: 2B, 19 and 2C. RGB value is (43,25,44). Sum of RGB (Red+Green+Blue) = 43+25+44=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B192C is #D4E6D3. Grayscale: #202020. Windows color (decimal): -13952724 or 2890027. OLE color: 2890027.

HSL color Cylindrical-coordinate representation of color #2B192C: hue angle of 296.84º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B192C is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB432544-
CMYK0.020.4300.83
HSL296.84º27.54%13.53%-
HSV(B)296.84º43.18%17.25%-
XYZ1.81.392.56-
YUV32.55134.46135.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.39%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=38.39%
G=22.32%
B=39.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4325440.020.4300.83296.8427.5413.53
Hex2B192C22B0531291ce
Octal53315425301234513416
Binary101011110011011001010101101010011100101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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