#2E092A

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

Shades of Mardi Gras #2E092A

Tints of Mardi Gras #2E092A

Color information

#2E092A (or 0x2E092A) is unknown color: approx Mardi Gras. HEX triplet: 2E, 09 and 2A. RGB value is (46,9,42). Sum of RGB (Red+Green+Blue) = 46+9+42=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E092A is #D1F6D5. Grayscale: #171717. Windows color (decimal): -13760214 or 2754862. OLE color: 2754862.

HSL color Cylindrical-coordinate representation of color #2E092A: hue angle of 306.49º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E092A is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB46942-
CMYK00.800.090.82
HSL306.49º67.27%10.78%-
HSV(B)306.49º80.43%18.04%-
XYZ1.640.942.29-
YUV23.82138.26143.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 47.42%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 42 (16.80% from 255) = 43.30%
R=47.42%
G=9.28%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4694200.800.090.82306.4967.2710.78
Hex2E92A05095213243b
Octal56115201201112246210313
Binary1011101001101010010100001001101001010011001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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