#362335

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

Shades of Mardi Gras #362335

Tints of Mardi Gras #362335

Color information

#362335 (or 0x362335) is unknown color: approx Mardi Gras. HEX triplet: 36, 23 and 35. RGB value is (54,35,53). Sum of RGB (Red+Green+Blue) = 54+35+53=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #362335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362335 is #C9DCCA. Grayscale: #2A2A2A. Windows color (decimal): -13229259 or 3482422. OLE color: 3482422.

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

Color convert

RGB543553-
CMYK00.350.020.79
HSL303.16º21.35%17.45%-
HSV(B)303.16º35.19%21.18%-
XYZ2.762.243.66-
YUV42.73133.79136.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=38.03%
G=24.65%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54355300.350.020.79303.1621.3517.45
Hex36233502324F12f1511
Octal66436504321174572521
Binary11011010001111010101000111010011111001011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362335; }

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

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

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

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

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

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

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

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