#331234

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

Shades of Mardi Gras #331234

Tints of Mardi Gras #331234

Color information

#331234 (or 0x331234) is unknown color: approx Mardi Gras. HEX triplet: 33, 12 and 34. RGB value is (51,18,52). Sum of RGB (Red+Green+Blue) = 51+18+52=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #331234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331234 is #CCEDCB. Grayscale: #1F1F1F. Windows color (decimal): -13430220 or 3412531. OLE color: 3412531.

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

Color convert

RGB511852-
CMYK0.020.6500.80
HSL298.24º48.57%13.73%-
HSV(B)298.24º65.38%20.39%-
XYZ2.21.383.4-
YUV31.74139.43141.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=42.15%
G=14.88%
B=42.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5118520.020.6500.80298.2448.5713.73
Hex33123424105012a31e
Octal632264210101204526116
Binary11001110010110100101000001010100001001010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331234; }

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

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

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

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

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

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

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

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