Html Css Color HEX #2E002A Mardi Gras

📋 copy color: '#2E002A'

red 46 ◦ green 0 ◦ blue 42

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

Shades of Mardi Gras #2E002A

Tints of Mardi Gras #2E002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 47.73%

R = 52.27%
G = 0%
B = 47.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E002A (or 0x2E002A) is known color: Mardi Gras. HEX triplet: 2E, 00 and 2A. RGB value is (46,0,42). Sum of RGB (Red+Green+Blue) = 46+0+42=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 42 (16.80% from 255 or 47.73% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E002A is #D1FFD5. Grayscale: #121212. Windows color (decimal): -13762518 or 2752558. OLE color: 2752558.

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

Color convert

RGB 46 0 42 -
CMYK 0 1 0.09 0.82
HSL 305.22º 1% 0.09% -
HSV(B) 305.22º 1% 0.18% -
XYZ 1.54 0.75 2.25 -
YUV 18.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 46 0 42 0 1 0.09 0.82 305.22 1 0.09
Hex 2E 0 2A 0 64 9 52 131 64 9
Octal 56 0 52 0 144 11 122 461 144 11
Binary 101110 0 101010 0 1100100 1001 1010010 100110001 1100100 1001

Color Harmonies of #2E002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E002A

Black with #2E002A

Text Example


Text Example

White with #2E002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,0,42); }

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

background-color css

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

 a { background-color: rgb(46,0,42); }

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

border-color css

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

 span { border-color: rgb(46,0,42); }

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