#2B092D

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

Shades of Mardi Gras #2B092D

Tints of Mardi Gras #2B092D

Color information

#2B092D (or 0x2B092D) is unknown color: approx Mardi Gras. HEX triplet: 2B, 09 and 2D. RGB value is (43,9,45). Sum of RGB (Red+Green+Blue) = 43+9+45=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B092D is #D4F6D2. Grayscale: #171717. Windows color (decimal): -13956819 or 2951467. OLE color: 2951467.

HSL color Cylindrical-coordinate representation of color #2B092D: hue angle of 296.67º 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 #2B092D is Cyan = 0.04, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43945-
CMYK0.040.800.82
HSL296.67º66.67%10.59%-
HSV(B)296.67º80%17.65%-
XYZ1.570.92.57-
YUV23.27140.26142.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 44.33%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 45 (17.97% from 255) = 46.39%
R=44.33%
G=9.28%
B=46.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal439450.040.800.82296.6766.6710.59
Hex2B92D45005212943b
Octal5311554120012245110313
Binary101011100110110110010100000101001010010100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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