#362138

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

Shades of Mardi Gras #362138

Tints of Mardi Gras #362138

Color information

#362138 (or 0x362138) is unknown color: approx Mardi Gras. HEX triplet: 36, 21 and 38. RGB value is (54,33,56). Sum of RGB (Red+Green+Blue) = 54+33+56=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #362138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362138 is #C9DEC7. Grayscale: #292929. Windows color (decimal): -13229768 or 3678518. OLE color: 3678518.

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

Color convert

RGB543356-
CMYK0.040.4100.78
HSL294.78º25.84%17.45%-
HSV(B)294.78º41.07%21.96%-
XYZ2.782.164.01-
YUV41.9135.96136.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=37.76%
G=23.08%
B=39.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5433560.040.4100.78294.7825.8417.45
Hex36213842904E1271a11
Octal66417045101164473221
Binary110110100001111000100101001010011101001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362138; }

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

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

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

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

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

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

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

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