Html Css Color HEX #331331 Mardi Gras

📋 copy color: '#331331'

red 51 ◦ green 19 ◦ blue 49

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

Shades of Mardi Gras #331331

Tints of Mardi Gras #331331

RGB

 RED value IS 51 (20.31% from 255) = 42.86%

 GREEN value IS 19 (7.81% from 255) = 15.97%

 BLUE value IS 49 (19.53% from 255) = 41.18%

R = 42.86%
G = 15.97%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#331331 (or 0x331331) is known color: Mardi Gras. HEX triplet: 33, 13 and 31. RGB value is (51,19,49). Sum of RGB (Red+Green+Blue) = 51+19+49=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #331331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331331 is #CCECCE. Grayscale: #1F1F1F. Windows color (decimal): -13429967 or 3216179. OLE color: 3216179.

HSL color Cylindrical-coordinate representation of color #331331: hue angle of 303.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331331 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 19 49 -
CMYK 0 0.63 0.04 0.8
HSL 303.75º 0.46% 0.14% -
HSV(B) 303.75º 0.63% 0.2% -
XYZ 2.15 1.39 3.06 -
YUV 31.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 51 19 49 0 0.63 0.04 0.8 303.75 0.46 0.14
Hex 33 13 31 0 3F 4 50 130 2E E
Octal 63 23 61 0 77 4 120 460 56 16
Binary 110011 10011 110001 0 111111 100 1010000 100110000 101110 1110

Color Harmonies of #331331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331331

Black with #331331

Text Example


Text Example

White with #331331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331331; }

 p { color: rgb(51,19,49); }

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

background-color css

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

 a { background-color: rgb(51,19,49); }

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

border-color css

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

 span { border-color: rgb(51,19,49); }

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