#2B092C

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

Shades of Mardi Gras #2B092C

Tints of Mardi Gras #2B092C

Color information

#2B092C (or 0x2B092C) is unknown color: approx Mardi Gras. HEX triplet: 2B, 09 and 2C. RGB value is (43,9,44). Sum of RGB (Red+Green+Blue) = 43+9+44=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #2B092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B092C is #D4F6D3. Grayscale: #171717. Windows color (decimal): -13956820 or 2885931. OLE color: 2885931.

HSL color Cylindrical-coordinate representation of color #2B092C: hue angle of 298.29º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B092C is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB43944-
CMYK0.020.8000.83
HSL298.29º66.04%10.39%-
HSV(B)298.29º79.55%17.25%-
XYZ1.550.892.47-
YUV23.16139.76142.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 44.79%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=44.79%
G=9.38%
B=45.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal439440.020.8000.83298.2966.0410.39
Hex2B92C25005312a42a
Octal5311542120012345210212
Binary10101110011011001010100000101001110010101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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