#331238

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

Shades of Mardi Gras #331238

Tints of Mardi Gras #331238

Color information

#331238 (or 0x331238) is unknown color: approx Mardi Gras. HEX triplet: 33, 12 and 38. RGB value is (51,18,56). Sum of RGB (Red+Green+Blue) = 51+18+56=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #331238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331238 is #CCEDC7. Grayscale: #202020. Windows color (decimal): -13430216 or 3674675. OLE color: 3674675.

HSL color Cylindrical-coordinate representation of color #331238: hue angle of 292.11º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #331238 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB511856-
CMYK0.090.6800.78
HSL292.11º51.35%14.51%-
HSV(B)292.11º67.86%21.96%-
XYZ2.31.423.89-
YUV32.2141.43141.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 56 (22.27% from 255) = 44.8%
R=40.8%
G=14.4%
B=44.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5118560.090.6800.78292.1151.3514.51
Hex33123894404E12433f
Octal6322701110401164446317
Binary1100111001011100010011000100010011101001001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331238; }

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

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

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

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

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

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

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

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