#362238

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

Shades of Mardi Gras #362238

Tints of Mardi Gras #362238

Color information

#362238 (or 0x362238) is unknown color: approx Mardi Gras. HEX triplet: 36, 22 and 38. RGB value is (54,34,56). Sum of RGB (Red+Green+Blue) = 54+34+56=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #362238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362238 is #C9DDC7. Grayscale: #2A2A2A. Windows color (decimal): -13229512 or 3678774. OLE color: 3678774.

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

Color convert

RGB543456-
CMYK0.040.3900.78
HSL294.55º24.44%17.65%-
HSV(B)294.55º39.29%21.96%-
XYZ2.812.214.02-
YUV42.49135.63136.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=37.5%
G=23.61%
B=38.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5434560.040.3900.78294.5524.4417.65
Hex36223842704E1271812
Octal66427044701164473022
Binary110110100010111000100100111010011101001001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362238; }

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

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

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

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

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

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

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

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