#2E002B

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

Shades of Mardi Gras #2E002B

Tints of Mardi Gras #2E002B

Color information

#2E002B (or 0x2E002B) is unknown color: approx Mardi Gras. HEX triplet: 2E, 00 and 2B. RGB value is (46,0,43). Sum of RGB (Red+Green+Blue) = 46+0+43=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E002B is #D1FFD4. Grayscale: #121212. Windows color (decimal): -13762517 or 2818094. OLE color: 2818094.

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

Color convert

RGB46043-
CMYK010.070.82
HSL303.91º100%9.02%-
HSV(B)303.91º100%18.04%-
XYZ1.560.762.35-
YUV18.66141.74147.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 51.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=51.69%
G=0%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46043010.070.82303.911009.02
Hex2E02B064752130649
Octal560530144712246014411
Binary101110010101101100100111101001010011000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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