#2E2230

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

Shades of Mardi Gras #2E2230

Tints of Mardi Gras #2E2230

Color information

#2E2230 (or 0x2E2230) is unknown color: approx Mardi Gras. HEX triplet: 2E, 22 and 30. RGB value is (46,34,48). Sum of RGB (Red+Green+Blue) = 46+34+48=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2230 is #D1DDCF. Grayscale: #272727. Windows color (decimal): -13753808 or 3154478. OLE color: 3154478.

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

Color convert

RGB463448-
CMYK0.040.2900.81
HSL291.43º17.07%16.08%-
HSV(B)291.43º29.17%18.82%-
XYZ2.231.943.05-
YUV39.18132.98132.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.94%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=35.94%
G=26.56%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4634480.040.2900.81291.4317.0716.08
Hex2E223041D0511231110
Octal56426043501214432120
Binary10111010001011000010011101010100011001000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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