#362038

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

Shades of Mardi Gras #362038

Tints of Mardi Gras #362038

Color information

#362038 (or 0x362038) is unknown color: approx Mardi Gras. HEX triplet: 36, 20 and 38. RGB value is (54,32,56). Sum of RGB (Red+Green+Blue) = 54+32+56=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #362038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362038 is #C9DFC7. Grayscale: #292929. Windows color (decimal): -13230024 or 3678262. OLE color: 3678262.

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

Color convert

RGB543256-
CMYK0.040.4300.78
HSL295º27.27%17.25%-
HSV(B)295º42.86%21.96%-
XYZ2.752.14-
YUV41.31136.29137.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=38.03%
G=22.54%
B=39.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5432560.040.4300.7829527.2717.25
Hex36203842B04E1271b11
Octal66407045301164473321
Binary110110100000111000100101011010011101001001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362038; }

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

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

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

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

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

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

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

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