#331A2F

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

Shades of Mardi Gras #331A2F

Tints of Mardi Gras #331A2F

Color information

#331A2F (or 0x331A2F) is unknown color: approx Mardi Gras. HEX triplet: 33, 1A and 2F. RGB value is (51,26,47). Sum of RGB (Red+Green+Blue) = 51+26+47=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #331A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A2F is #CCE5D0. Grayscale: #232323. Windows color (decimal): -13428177 or 3086899. OLE color: 3086899.

HSL color Cylindrical-coordinate representation of color #331A2F: hue angle of 309.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A2F is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB512647-
CMYK00.490.080.8
HSL309.6º32.47%15.1%-
HSV(B)309.6º49.02%20%-
XYZ2.251.652.89-
YUV35.87134.28138.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=41.13%
G=20.97%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51264700.490.080.8309.632.4715.1
Hex331A2F03185013620f
Octal633257061101204664017
Binary110011110101011110110001100010100001001101101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,26,47); }

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

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

 a { background-color: rgb(51,26,47); }

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

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

 span { border-color: rgb(51,26,47); }

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