#320235

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

Shades of Mardi Gras #320235

Tints of Mardi Gras #320235

Color information

#320235 (or 0x320235) is unknown color: approx Mardi Gras. HEX triplet: 32, 02 and 35. RGB value is (50,2,53). Sum of RGB (Red+Green+Blue) = 50+2+53=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #320235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320235 is #CDFDCA. Grayscale: #161616. Windows color (decimal): -13499851 or 3473970. OLE color: 3473970.

HSL color Cylindrical-coordinate representation of color #320235: hue angle of 296.47º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320235 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB50253-
CMYK0.060.9600.79
HSL296.47º92.73%10.78%-
HSV(B)296.47º96.23%20.78%-
XYZ1.980.983.45-
YUV22.17145.4147.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=47.62%
G=1.90%
B=50.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal502530.060.9600.79296.4792.7310.78
Hex3223566004F1285db
Octal622656140011745013513
Binary1100101011010111011000000100111110010100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320235; }

 p { color: rgb(50,2,53); }

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

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

 a { background-color: rgb(50,2,53); }

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

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

 span { border-color: rgb(50,2,53); }

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