#362235

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

Shades of Mardi Gras #362235

Tints of Mardi Gras #362235

Color information

#362235 (or 0x362235) is unknown color: approx Mardi Gras. HEX triplet: 36, 22 and 35. RGB value is (54,34,53). Sum of RGB (Red+Green+Blue) = 54+34+53=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #362235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362235 is #C9DDCA. Grayscale: #2A2A2A. Windows color (decimal): -13229515 or 3482166. OLE color: 3482166.

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

Color convert

RGB543453-
CMYK00.370.020.79
HSL303º22.73%17.25%-
HSV(B)303º37.04%21.18%-
XYZ2.742.193.65-
YUV42.15134.13136.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=38.30%
G=24.11%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54345300.370.020.7930322.7317.25
Hex36223502524F12f1711
Octal66426504521174572721
Binary11011010001011010101001011010011111001011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362235; }

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

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

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

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

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

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

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

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