#2E0E2B

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

Shades of Mardi Gras #2E0E2B

Tints of Mardi Gras #2E0E2B

Color information

#2E0E2B (or 0x2E0E2B) is unknown color: approx Mardi Gras. HEX triplet: 2E, 0E and 2B. RGB value is (46,14,43). Sum of RGB (Red+Green+Blue) = 46+14+43=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0E2B is #D1F1D4. Grayscale: #1A1A1A. Windows color (decimal): -13758933 or 2821678. OLE color: 2821678.

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

Color convert

RGB461443-
CMYK00.700.070.82
HSL305.62º53.33%11.76%-
HSV(B)305.62º69.57%18.04%-
XYZ1.721.072.4-
YUV26.87137.1141.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.66%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=44.66%
G=13.59%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46144300.700.070.82305.6253.3311.76
Hex2EE2B04675213235c
Octal561653010671224626514
Binary10111011101010110100011011110100101001100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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