#362338

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

Shades of Mardi Gras #362338

Tints of Mardi Gras #362338

Color information

#362338 (or 0x362338) is unknown color: approx Mardi Gras. HEX triplet: 36, 23 and 38. RGB value is (54,35,56). Sum of RGB (Red+Green+Blue) = 54+35+56=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #362338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362338 is #C9DCC7. Grayscale: #2B2B2B. Windows color (decimal): -13229256 or 3679030. OLE color: 3679030.

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

Color convert

RGB543556-
CMYK0.040.3700.78
HSL294.29º23.08%17.84%-
HSV(B)294.29º37.5%21.96%-
XYZ2.842.274.03-
YUV43.08135.29135.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=37.24%
G=24.14%
B=38.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5435560.040.3700.78294.2923.0817.84
Hex36233842504E1261712
Octal66437044501164462722
Binary110110100011111000100100101010011101001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362338; }

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

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

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

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

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

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

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

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