Html Css Color HEX #2E132B Mardi Gras

📋 copy color: '#2E132B'

red 46 ◦ green 19 ◦ blue 43

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

Shades of Mardi Gras #2E132B

Tints of Mardi Gras #2E132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

 BLUE value IS 43 (17.19% from 255) = 39.81%

R = 42.59%
G = 17.59%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.82

RGB Variations

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

Color information

#2E132B (or 0x2E132B) is known color: Mardi Gras. HEX triplet: 2E, 13 and 2B. RGB value is (46,19,43). Sum of RGB (Red+Green+Blue) = 46+19+43=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E132B is #D1ECD4. Grayscale: #1D1D1D. Windows color (decimal): -13757653 or 2822958. OLE color: 2822958.

HSL color Cylindrical-coordinate representation of color #2E132B: hue angle of 306.67º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E132B is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 19 43 -
CMYK 0 0.59 0.07 0.82
HSL 306.67º 0.42% 0.13% -
HSV(B) 306.67º 0.59% 0.18% -
XYZ 1.8 1.22 2.43 -
YUV 29.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 46 19 43 0 0.59 0.07 0.82 306.67 0.42 0.13
Hex 2E 13 2B 0 3B 7 52 133 2A D
Octal 56 23 53 0 73 7 122 463 52 15
Binary 101110 10011 101011 0 111011 111 1010010 100110011 101010 1101

Color Harmonies of #2E132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E132B

Black with #2E132B

Text Example


Text Example

White with #2E132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,19,43); }

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

background-color css

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

 a { background-color: rgb(46,19,43); }

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

border-color css

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

 span { border-color: rgb(46,19,43); }

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