#362136

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

Shades of Mardi Gras #362136

Tints of Mardi Gras #362136

Color information

#362136 (or 0x362136) is unknown color: approx Mardi Gras. HEX triplet: 36, 21 and 36. RGB value is (54,33,54). Sum of RGB (Red+Green+Blue) = 54+33+54=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #362136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362136 is #C9DEC9. Grayscale: #292929. Windows color (decimal): -13229770 or 3547446. OLE color: 3547446.

HSL color Cylindrical-coordinate representation of color #362136: hue angle of 300º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362136 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB543354-
CMYK00.3900.79
HSL300º24.14%17.06%-
HSV(B)300º38.89%21.18%-
XYZ2.732.143.76-
YUV41.67134.96136.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=38.30%
G=23.40%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54335400.3900.7930024.1417.06
Hex36213602704F12c1811
Octal66416604701174543021
Binary1101101000011101100100111010011111001011001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362136; }

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

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

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

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

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

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

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

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