#362337

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

Shades of Mardi Gras #362337

Tints of Mardi Gras #362337

Color information

#362337 (or 0x362337) is unknown color: approx Mardi Gras. HEX triplet: 36, 23 and 37. RGB value is (54,35,55). Sum of RGB (Red+Green+Blue) = 54+35+55=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 55 - color contains mainly: blue. Hex color #362337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362337 is #C9DCC8. Grayscale: #2A2A2A. Windows color (decimal): -13229257 or 3613494. OLE color: 3613494.

HSL color Cylindrical-coordinate representation of color #362337: hue angle of 297º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #362337 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB543555-
CMYK0.020.3600.78
HSL297º22.22%17.65%-
HSV(B)297º36.36%21.57%-
XYZ2.812.263.9-
YUV42.96134.79135.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=37.5%
G=24.31%
B=38.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5435550.020.3600.7829722.2217.65
Hex36233722404E1291612
Octal66436724401164512622
Binary11011010001111011110100100010011101001010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362337; }

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

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

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

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

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

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

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

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