#2E102A

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

Shades of Mardi Gras #2E102A

Tints of Mardi Gras #2E102A

Color information

#2E102A (or 0x2E102A) is unknown color: approx Mardi Gras. HEX triplet: 2E, 10 and 2A. RGB value is (46,16,42). Sum of RGB (Red+Green+Blue) = 46+16+42=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E102A is #D1EFD5. Grayscale: #1B1B1B. Windows color (decimal): -13758422 or 2756654. OLE color: 2756654.

HSL color Cylindrical-coordinate representation of color #2E102A: hue angle of 308º 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 #2E102A is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB461642-
CMYK00.650.090.82
HSL308º48.39%12.16%-
HSV(B)308º65.22%18.04%-
XYZ1.731.122.32-
YUV27.93135.94140.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.23%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=44.23%
G=15.38%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46164200.650.090.8230848.3912.16
Hex2E102A04195213430c
Octal5620520101111224646014
Binary1011101000010101001000001100110100101001101001100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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