#2E1029

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

Shades of Mardi Gras #2E1029

Tints of Mardi Gras #2E1029

Color information

#2E1029 (or 0x2E1029) is unknown color: approx Mardi Gras. HEX triplet: 2E, 10 and 29. RGB value is (46,16,41). Sum of RGB (Red+Green+Blue) = 46+16+41=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1029 is #D1EFD6. Grayscale: #1B1B1B. Windows color (decimal): -13758423 or 2691118. OLE color: 2691118.

HSL color Cylindrical-coordinate representation of color #2E1029: hue angle of 310º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E1029 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB461641-
CMYK00.650.110.82
HSL310º48.39%12.16%-
HSV(B)310º65.22%18.04%-
XYZ1.711.112.22-
YUV27.82135.44140.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.66%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 41 (16.41% from 255) = 39.81%
R=44.66%
G=15.53%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46164100.650.110.8231048.3912.16
Hex2E1029041B5213630c
Octal5620510101131224666014
Binary1011101000010100101000001101110100101001101101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,16,41); }

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

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

 a { background-color: rgb(46,16,41); }

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

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

 span { border-color: rgb(46,16,41); }

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