Html Css Color HEX #331C36 Mardi Gras

📋 copy color: '#331C36'

red 51 ◦ green 28 ◦ blue 54

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

Shades of Mardi Gras #331C36

Tints of Mardi Gras #331C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 40.6%

R = 38.35%
G = 21.05%
B = 40.6%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#331C36 (or 0x331C36) is known color: Mardi Gras. HEX triplet: 33, 1C and 36. RGB value is (51,28,54). Sum of RGB (Red+Green+Blue) = 51+28+54=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #331C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C36 is #CCE3C9. Grayscale: #252525. Windows color (decimal): -13427658 or 3546163. OLE color: 3546163.

HSL color Cylindrical-coordinate representation of color #331C36: hue angle of 293.08º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #331C36 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 28 54 -
CMYK 0.06 0.48 0 0.79
HSL 293.08º 0.32% 0.16% -
HSV(B) 293.08º 0.48% 0.21% -
XYZ 2.45 1.8 3.71 -
YUV 37.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 51 28 54 0.06 0.48 0 0.79 293.08 0.32 0.16
Hex 33 1C 36 6 30 0 4F 125 20 10
Octal 63 34 66 6 60 0 117 445 40 20
Binary 110011 11100 110110 110 110000 0 1001111 100100101 100000 10000

Color Harmonies of #331C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C36

Black with #331C36

Text Example


Text Example

White with #331C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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