Html Css Color HEX #2E2330 Mardi Gras

📋 copy color: '#2E2330'

red 46 ◦ green 35 ◦ blue 48

#2E2330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #2E2330

Tints of Mardi Gras #2E2330

RGB

 RED value IS 46 (18.36% from 255) = 35.66%

 GREEN value IS 35 (14.06% from 255) = 27.13%

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 35.66%
G = 27.13%
B = 37.21%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E2330 (or 0x2E2330) is known color: Mardi Gras. HEX triplet: 2E, 23 and 30. RGB value is (46,35,48). Sum of RGB (Red+Green+Blue) = 46+35+48=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2330 is #D1DCCF. Grayscale: #272727. Windows color (decimal): -13753552 or 3154734. OLE color: 3154734.

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

Color convert

RGB 46 35 48 -
CMYK 0.04 0.27 0 0.81
HSL 290.77º 0.16% 0.16% -
HSV(B) 290.77º 0.27% 0.19% -
XYZ 2.26 2 3.06 -
YUV 39.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 46 35 48 0.04 0.27 0 0.81 290.77 0.16 0.16
Hex 2E 23 30 4 1B 0 51 123 10 10
Octal 56 43 60 4 33 0 121 443 20 20
Binary 101110 100011 110000 100 11011 0 1010001 100100011 10000 10000

Color Harmonies of #2E2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2330

Black with #2E2330

Text Example


Text Example

White with #2E2330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E2330;
 }
 .AnyTagClassName
 {
   color: #2E2330;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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