#2E102B

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

Shades of Mardi Gras #2E102B

Tints of Mardi Gras #2E102B

Color information

#2E102B (or 0x2E102B) is unknown color: approx Mardi Gras. HEX triplet: 2E, 10 and 2B. RGB value is (46,16,43). Sum of RGB (Red+Green+Blue) = 46+16+43=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E102B is #D1EFD4. Grayscale: #1B1B1B. Windows color (decimal): -13758421 or 2822190. OLE color: 2822190.

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

Color convert

RGB461643-
CMYK00.650.070.82
HSL306º48.39%12.16%-
HSV(B)306º65.22%18.04%-
XYZ1.751.132.41-
YUV28.05136.44140.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.81%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=43.81%
G=15.24%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46164300.650.070.8230648.3912.16
Hex2E102B04175213230c
Octal562053010171224626014
Binary101110100001010110100000111110100101001100101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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