#360035

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

Shades of Mardi Gras #360035

Tints of Mardi Gras #360035

Color information

#360035 (or 0x360035) is unknown color: approx Mardi Gras. HEX triplet: 36, 00 and 35. RGB value is (54,0,53). Sum of RGB (Red+Green+Blue) = 54+0+53=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #360035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360035 is #C9FFCA. Grayscale: #161616. Windows color (decimal): -13238219 or 3473462. OLE color: 3473462.

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

Color convert

RGB54053-
CMYK010.020.79
HSL301.11º100%10.59%-
HSV(B)301.11º100%21.18%-
XYZ2.161.043.46-
YUV22.19145.39150.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 49.53%
R=50.47%
G=0%
B=49.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54053010.020.79301.1110010.59
Hex3603506424F12d64b
Octal660650144211745514413
Binary11011001101010110010010100111110010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360035; }

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

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

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

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

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

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

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

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