#331B36

Color #331B36 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #331B36

Tints of Mardi Gras #331B36

Color information

#331B36 (or 0x331B36) is unknown color: approx Mardi Gras. HEX triplet: 33, 1B and 36. RGB value is (51,27,54). Sum of RGB (Red+Green+Blue) = 51+27+54=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #331B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B36 is #CCE4C9. Grayscale: #252525. Windows color (decimal): -13427914 or 3545907. OLE color: 3545907.

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

Color convert

RGB512754-
CMYK0.060.500.79
HSL293.33º33.33%15.88%-
HSV(B)293.33º50%21.18%-
XYZ2.421.753.7-
YUV37.25137.45137.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=38.64%
G=20.45%
B=40.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5127540.060.500.79293.3333.3315.88
Hex331B3663204F1252110
Octal63336666201174454120
Binary110011110111101101101100100100111110010010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #331B36;
 }
 .AnyTagClassName
 {
   color: #331B36;
 }
</style>
background-color css

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

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

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

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

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

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