Html Css Color HEX #2E1530 Mardi Gras

📋 copy color: '#2E1530'

red 46 ◦ green 21 ◦ blue 48

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

Shades of Mardi Gras #2E1530

Tints of Mardi Gras #2E1530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.26%

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

R = 40%
G = 18.26%
B = 41.74%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E1530 (or 0x2E1530) is known color: Mardi Gras. HEX triplet: 2E, 15 and 30. RGB value is (46,21,48). Sum of RGB (Red+Green+Blue) = 46+21+48=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E1530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1530 is #D1EACF. Grayscale: #1F1F1F. Windows color (decimal): -13757136 or 3151150. OLE color: 3151150.

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

Color convert

RGB 46 21 48 -
CMYK 0.04 0.56 0 0.81
HSL 295.56º 0.39% 0.14% -
HSV(B) 295.56º 0.56% 0.19% -
XYZ 1.93 1.33 2.95 -
YUV 31.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 46 21 48 0.04 0.56 0 0.81 295.56 0.39 0.14
Hex 2E 15 30 4 38 0 51 128 27 E
Octal 56 25 60 4 70 0 121 450 47 16
Binary 101110 10101 110000 100 111000 0 1010001 100101000 100111 1110

Color Harmonies of #2E1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1530

Black with #2E1530

Text Example


Text Example

White with #2E1530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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