#331F34

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

Shades of Mardi Gras #331F34

Tints of Mardi Gras #331F34

Color information

#331F34 (or 0x331F34) is unknown color: approx Mardi Gras. HEX triplet: 33, 1F and 34. RGB value is (51,31,52). Sum of RGB (Red+Green+Blue) = 51+31+52=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #331F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F34 is #CCE0CB. Grayscale: #272727. Windows color (decimal): -13426892 or 3415859. OLE color: 3415859.

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

Color convert

RGB513152-
CMYK0.020.4000.80
HSL297.14º25.3%16.27%-
HSV(B)297.14º40.38%20.39%-
XYZ2.481.933.49-
YUV39.37135.13136.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=38.06%
G=23.13%
B=38.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5131520.020.4000.80297.1425.316.27
Hex331F342280501291910
Octal63376425001204513120
Binary1100111111111010010101000010100001001010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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