#360433

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

Shades of Mardi Gras #360433

Tints of Mardi Gras #360433

Color information

#360433 (or 0x360433) is unknown color: approx Mardi Gras. HEX triplet: 36, 04 and 33. RGB value is (54,4,51). Sum of RGB (Red+Green+Blue) = 54+4+51=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #360433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360433 is #C9FBCC. Grayscale: #181818. Windows color (decimal): -13237197 or 3343414. OLE color: 3343414.

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

Color convert

RGB54451-
CMYK00.930.060.79
HSL303.6º86.21%11.37%-
HSV(B)303.6º92.59%21.18%-
XYZ2.161.113.23-
YUV24.31143.06149.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 51 (20.31% from 255) = 46.79%
R=49.54%
G=3.67%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5445100.930.060.79303.686.2111.37
Hex3643305D64F13056b
Octal664630135611746012613
Binary11011010011001101011101110100111110011000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360433; }

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

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

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

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

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

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

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

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