#331734

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

Shades of Mardi Gras #331734

Tints of Mardi Gras #331734

Color information

#331734 (or 0x331734) is unknown color: approx Mardi Gras. HEX triplet: 33, 17 and 34. RGB value is (51,23,52). Sum of RGB (Red+Green+Blue) = 51+23+52=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 52 - color contains mainly: blue. Hex color #331734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331734 is #CCE8CB. Grayscale: #222222. Windows color (decimal): -13428940 or 3413811. OLE color: 3413811.

HSL color Cylindrical-coordinate representation of color #331734: hue angle of 297.93º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #331734 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB512352-
CMYK0.020.5600.80
HSL297.93º38.67%14.71%-
HSV(B)297.93º55.77%20.39%-
XYZ2.291.563.43-
YUV34.68137.78139.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=40.48%
G=18.25%
B=41.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5123520.020.5600.80297.9338.6714.71
Hex33173423805012a27f
Octal63276427001204524717
Binary1100111011111010010111000010100001001010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331734; }

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

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

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

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

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

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

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

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