Html Css Color HEX #331337 Mardi Gras

📋 copy color: '#331337'

red 51 ◦ green 19 ◦ blue 55

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

Shades of Mardi Gras #331337

Tints of Mardi Gras #331337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 44%

R = 40.8%
G = 15.2%
B = 44%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#331337 (or 0x331337) is known color: Mardi Gras. HEX triplet: 33, 13 and 37. RGB value is (51,19,55). Sum of RGB (Red+Green+Blue) = 51+19+55=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #331337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331337 is #CCECC8. Grayscale: #202020. Windows color (decimal): -13429961 or 3609395. OLE color: 3609395.

HSL color Cylindrical-coordinate representation of color #331337: hue angle of 293.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331337 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 19 55 -
CMYK 0.07 0.65 0 0.78
HSL 293.33º 0.49% 0.15% -
HSV(B) 293.33º 0.65% 0.22% -
XYZ 2.29 1.45 3.77 -
YUV 32.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 51 19 55 0.07 0.65 0 0.78 293.33 0.49 0.15
Hex 33 13 37 7 41 0 4E 125 31 F
Octal 63 23 67 7 101 0 116 445 61 17
Binary 110011 10011 110111 111 1000001 0 1001110 100100101 110001 1111

Color Harmonies of #331337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331337

Black with #331337

Text Example


Text Example

White with #331337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331337; }

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

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

background-color css

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

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

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

border-color css

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

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

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