Html Css Color HEX #331C34 Mardi Gras

📋 copy color: '#331C34'

red 51 ◦ green 28 ◦ blue 52

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

Shades of Mardi Gras #331C34

Tints of Mardi Gras #331C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.37%

 BLUE value IS 52 (20.7% from 255) = 39.69%

R = 38.93%
G = 21.37%
B = 39.69%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#331C34 (or 0x331C34) is known color: Mardi Gras. HEX triplet: 33, 1C and 34. RGB value is (51,28,52). Sum of RGB (Red+Green+Blue) = 51+28+52=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #331C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C34 is #CCE3CB. Grayscale: #252525. Windows color (decimal): -13427660 or 3415091. OLE color: 3415091.

HSL color Cylindrical-coordinate representation of color #331C34: hue angle of 297.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #331C34 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 28 52 -
CMYK 0.02 0.46 0 0.80
HSL 297.5º 0.3% 0.16% -
HSV(B) 297.5º 0.46% 0.2% -
XYZ 2.4 1.78 3.47 -
YUV 37.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 51 28 52 0.02 0.46 0 0.80 297.5 0.3 0.16
Hex 33 1C 34 2 2E 0 50 12A 1E 10
Octal 63 34 64 2 56 0 120 452 36 20
Binary 110011 11100 110100 10 101110 0 1010000 100101010 11110 10000

Color Harmonies of #331C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C34

Black with #331C34

Text Example


Text Example

White with #331C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C34; }

 p { color: rgb(51,28,52); }

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

background-color css

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

 a { background-color: rgb(51,28,52); }

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

border-color css

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

 span { border-color: rgb(51,28,52); }

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