#2E0530

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

Shades of Mardi Gras #2E0530

Tints of Mardi Gras #2E0530

Color information

#2E0530 (or 0x2E0530) is unknown color: approx Mardi Gras. HEX triplet: 2E, 05 and 30. RGB value is (46,5,48). Sum of RGB (Red+Green+Blue) = 46+5+48=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0530 is #D1FACF. Grayscale: #161616. Windows color (decimal): -13761232 or 3147054. OLE color: 3147054.

HSL color Cylindrical-coordinate representation of color #2E0530: hue angle of 297.21º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0530 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB46548-
CMYK0.040.9000.81
HSL297.21º81.13%10.39%-
HSV(B)297.21º89.58%18.82%-
XYZ1.710.92.88-
YUV22.16142.58145-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.46%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=46.46%
G=5.05%
B=48.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal465480.040.9000.81297.2181.1310.39
Hex2E53045A05112951a
Octal565604132012145112112
Binary10111010111000010010110100101000110010100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,5,48); }

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

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

 a { background-color: rgb(46,5,48); }

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

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

 span { border-color: rgb(46,5,48); }

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