#2B092E

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

Shades of Mardi Gras #2B092E

Tints of Mardi Gras #2B092E

Color information

#2B092E (or 0x2B092E) is unknown color: approx Mardi Gras. HEX triplet: 2B, 09 and 2E. RGB value is (43,9,46). Sum of RGB (Red+Green+Blue) = 43+9+46=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B092E is #D4F6D1. Grayscale: #171717. Windows color (decimal): -13956818 or 3017003. OLE color: 3017003.

HSL color Cylindrical-coordinate representation of color #2B092E: hue angle of 295.14º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B092E is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43946-
CMYK0.070.8000.82
HSL295.14º67.27%10.78%-
HSV(B)295.14º80.43%18.04%-
XYZ1.590.912.68-
YUV23.38140.76141.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43.88%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=43.88%
G=9.18%
B=46.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal439460.070.8000.82295.1467.2710.78
Hex2B92E75005212743b
Octal5311567120012244710313
Binary101011100110111011110100000101001010010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,9,46); }

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

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

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

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

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

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

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