Html Css Color HEX #2E1430 Mardi Gras

📋 copy color: '#2E1430'

red 46 ◦ green 20 ◦ blue 48

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

Shades of Mardi Gras #2E1430

Tints of Mardi Gras #2E1430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

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

R = 40.35%
G = 17.54%
B = 42.11%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E1430 (or 0x2E1430) is known color: Mardi Gras. HEX triplet: 2E, 14 and 30. RGB value is (46,20,48). Sum of RGB (Red+Green+Blue) = 46+20+48=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E1430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1430 is #D1EBCF. Grayscale: #1E1E1E. Windows color (decimal): -13757392 or 3150894. OLE color: 3150894.

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

Color convert

RGB 46 20 48 -
CMYK 0.04 0.58 0 0.81
HSL 295.71º 0.41% 0.13% -
HSV(B) 295.71º 0.58% 0.19% -
XYZ 1.91 1.29 2.95 -
YUV 30.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 46 20 48 0.04 0.58 0 0.81 295.71 0.41 0.13
Hex 2E 14 30 4 3A 0 51 128 29 D
Octal 56 24 60 4 72 0 121 450 51 15
Binary 101110 10100 110000 100 111010 0 1010001 100101000 101001 1101

Color Harmonies of #2E1430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1430

Black with #2E1430

Text Example


Text Example

White with #2E1430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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