#2E0B32

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

Shades of Mardi Gras #2E0B32

Tints of Mardi Gras #2E0B32

Color information

#2E0B32 (or 0x2E0B32) is unknown color: approx Mardi Gras. HEX triplet: 2E, 0B and 32. RGB value is (46,11,50). Sum of RGB (Red+Green+Blue) = 46+11+50=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E0B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B32 is #D1F4CD. Grayscale: #191919. Windows color (decimal): -13759694 or 3279662. OLE color: 3279662.

HSL color Cylindrical-coordinate representation of color #2E0B32: hue angle of 293.85º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E0B32 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB461150-
CMYK0.080.7800.80
HSL293.85º63.93%11.96%-
HSV(B)293.85º78%19.61%-
XYZ1.821.053.12-
YUV25.91141.6142.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.99%
GREEN value IS 11 (4.69% from 255) = 10.28%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=42.99%
G=10.28%
B=46.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4611500.080.7800.80293.8563.9311.96
Hex2EB3284E05012640c
Octal56136210116012044610014
Binary1011101011110010100010011100101000010010011010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,11,50); }

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

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

 a { background-color: rgb(46,11,50); }

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

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

 span { border-color: rgb(46,11,50); }

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