#362438

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

Shades of Mardi Gras #362438

Tints of Mardi Gras #362438

Color information

#362438 (or 0x362438) is unknown color: approx Mardi Gras. HEX triplet: 36, 24 and 38. RGB value is (54,36,56). Sum of RGB (Red+Green+Blue) = 54+36+56=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #362438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362438 is #C9DBC7. Grayscale: #2B2B2B. Windows color (decimal): -13229000 or 3679286. OLE color: 3679286.

HSL color Cylindrical-coordinate representation of color #362438: hue angle of 294º 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 #362438 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB543656-
CMYK0.040.3600.78
HSL294º21.74%18.04%-
HSV(B)294º35.71%21.96%-
XYZ2.872.334.04-
YUV43.66134.96135.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=36.99%
G=24.66%
B=38.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5436560.040.3600.7829421.7418.04
Hex36243842404E1261612
Octal66447044401164462622
Binary110110100100111000100100100010011101001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362438; }

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

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

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

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

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

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

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

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