#360133

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

Shades of Mardi Gras #360133

Tints of Mardi Gras #360133

Color information

#360133 (or 0x360133) is unknown color: approx Mardi Gras. HEX triplet: 36, 01 and 33. RGB value is (54,1,51). Sum of RGB (Red+Green+Blue) = 54+1+51=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #360133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360133 is #C9FECC. Grayscale: #161616. Windows color (decimal): -13237965 or 3342646. OLE color: 3342646.

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

Color convert

RGB54151-
CMYK00.980.060.79
HSL303.4º96.36%10.78%-
HSV(B)303.4º98.15%21.18%-
XYZ2.131.043.22-
YUV22.55144.06150.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=50.94%
G=0.94%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5415100.980.060.79303.496.3610.78
Hex3613306264F12f60b
Octal661630142611745714013
Binary110110111001101100010110100111110010111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360133; }

 p { color: rgb(54,1,51); }

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

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

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

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

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

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

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