Html Css Color HEX #2E0327 Mardi Gras

📋 copy color: '#2E0327'

red 46 ◦ green 3 ◦ blue 39

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

Shades of Mardi Gras #2E0327

Tints of Mardi Gras #2E0327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 44.32%

R = 52.27%
G = 3.41%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.82

RGB Variations

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

Color information

#2E0327 (or 0x2E0327) is known color: Mardi Gras. HEX triplet: 2E, 03 and 27. RGB value is (46,3,39). Sum of RGB (Red+Green+Blue) = 46+3+39=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0327 is #D1FCD8. Grayscale: #131313. Windows color (decimal): -13761753 or 2556718. OLE color: 2556718.

HSL color Cylindrical-coordinate representation of color #2E0327: hue angle of 309.77º 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 #2E0327 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 3 39 -
CMYK 0 0.93 0.15 0.82
HSL 309.77º 0.88% 0.1% -
HSV(B) 309.77º 0.93% 0.18% -
XYZ 1.53 0.79 1.99 -
YUV 19.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 46 3 39 0 0.93 0.15 0.82 309.77 0.88 0.1
Hex 2E 3 27 0 5D F 52 136 58 A
Octal 56 3 47 0 135 17 122 466 130 12
Binary 101110 11 100111 0 1011101 1111 1010010 100110110 1011000 1010

Color Harmonies of #2E0327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0327

Black with #2E0327

Text Example


Text Example

White with #2E0327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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