Html Css Color HEX #2E0326 Mardi Gras

📋 copy color: '#2E0326'

red 46 ◦ green 3 ◦ blue 38

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

Shades of Mardi Gras #2E0326

Tints of Mardi Gras #2E0326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.45%

 BLUE value IS 38 (15.23% from 255) = 43.68%

R = 52.87%
G = 3.45%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#2E0326 (or 0x2E0326) is known color: Mardi Gras. HEX triplet: 2E, 03 and 26. RGB value is (46,3,38). Sum of RGB (Red+Green+Blue) = 46+3+38=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0326 is #D1FCD9. Grayscale: #131313. Windows color (decimal): -13761754 or 2491182. OLE color: 2491182.

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

Color convert

RGB 46 3 38 -
CMYK 0 0.93 0.17 0.82
HSL 311.16º 0.88% 0.1% -
HSV(B) 311.16º 0.93% 0.18% -
XYZ 1.51 0.79 1.91 -
YUV 19.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 46 3 38 0 0.93 0.17 0.82 311.16 0.88 0.1
Hex 2E 3 26 0 5D 11 52 137 58 A
Octal 56 3 46 0 135 21 122 467 130 12
Binary 101110 11 100110 0 1011101 10001 1010010 100110111 1011000 1010

Color Harmonies of #2E0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0326

Black with #2E0326

Text Example


Text Example

White with #2E0326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,3,38); }

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

background-color css

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

 a { background-color: rgb(46,3,38); }

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

border-color css

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

 span { border-color: rgb(46,3,38); }

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