#360032

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

Shades of Mardi Gras #360032

Tints of Mardi Gras #360032

Color information

#360032 (or 0x360032) is unknown color: approx Mardi Gras. HEX triplet: 36, 00 and 32. RGB value is (54,0,50). Sum of RGB (Red+Green+Blue) = 54+0+50=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #360032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360032 is #C9FFCD. Grayscale: #151515. Windows color (decimal): -13238222 or 3276854. OLE color: 3276854.

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

Color convert

RGB54050-
CMYK010.070.79
HSL304.44º100%10.59%-
HSV(B)304.44º100%21.18%-
XYZ2.11.013.1-
YUV21.85143.89150.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=51.92%
G=0%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54050010.070.79304.4410010.59
Hex3603206474F13064b
Octal660620144711746014413
Binary110110011001001100100111100111110011000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360032; }

 p { color: rgb(54,0,50); }

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

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

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

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

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

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

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