#360235

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

Shades of Mardi Gras #360235

Tints of Mardi Gras #360235

Color information

#360235 (or 0x360235) is unknown color: approx Mardi Gras. HEX triplet: 36, 02 and 35. RGB value is (54,2,53). Sum of RGB (Red+Green+Blue) = 54+2+53=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #360235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360235 is #C9FDCA. Grayscale: #171717. Windows color (decimal): -13237707 or 3473974. OLE color: 3473974.

HSL color Cylindrical-coordinate representation of color #360235: hue angle of 301.15º 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 #360235 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB54253-
CMYK00.960.020.79
HSL301.15º92.86%10.98%-
HSV(B)301.15º96.3%21.18%-
XYZ2.191.083.46-
YUV23.36144.73149.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=49.54%
G=1.83%
B=48.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5425300.960.020.79301.1592.8610.98
Hex3623506024F12d5db
Octal662650140211745513513
Binary110110101101010110000010100111110010110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360235; }

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

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

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

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

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

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

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

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