#2E0227

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

Shades of Mardi Gras #2E0227

Tints of Mardi Gras #2E0227

Color information

#2E0227 (or 0x2E0227) is unknown color: approx Mardi Gras. HEX triplet: 2E, 02 and 27. RGB value is (46,2,39). Sum of RGB (Red+Green+Blue) = 46+2+39=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0227 is #D1FDD8. Grayscale: #131313. Windows color (decimal): -13762009 or 2556462. OLE color: 2556462.

HSL color Cylindrical-coordinate representation of color #2E0227: hue angle of 309.55º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0227 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB46239-
CMYK00.960.150.82
HSL309.55º91.67%9.41%-
HSV(B)309.55º95.65%18.04%-
XYZ1.510.771.99-
YUV19.37139.08146.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 52.87%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 39 (15.62% from 255) = 44.83%
R=52.87%
G=2.30%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4623900.960.150.82309.5591.679.41
Hex2E227060F521365c9
Octal5624701401712246613411
Binary10111010100111011000001111101001010011011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,2,39); }

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

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

 a { background-color: rgb(46,2,39); }

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

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

 span { border-color: rgb(46,2,39); }

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