#2B072E

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

Shades of Mardi Gras #2B072E

Tints of Mardi Gras #2B072E

Color information

#2B072E (or 0x2B072E) is unknown color: approx Mardi Gras. HEX triplet: 2B, 07 and 2E. RGB value is (43,7,46). Sum of RGB (Red+Green+Blue) = 43+7+46=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B072E is #D4F8D1. Grayscale: #161616. Windows color (decimal): -13957330 or 3016491. OLE color: 3016491.

HSL color Cylindrical-coordinate representation of color #2B072E: hue angle of 295.38º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B072E is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43746-
CMYK0.070.8500.82
HSL295.38º73.58%10.39%-
HSV(B)295.38º84.78%18.04%-
XYZ1.570.862.67-
YUV22.21141.43142.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 44.79%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 46 (18.36% from 255) = 47.92%
R=44.79%
G=7.29%
B=47.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal437460.070.8500.82295.3873.5810.39
Hex2B72E7550521274aa
Octal537567125012244711212
Binary10101111110111011110101010101001010010011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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