#360138

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

Shades of Mardi Gras #360138

Tints of Mardi Gras #360138

Color information

#360138 (or 0x360138) is unknown color: approx Mardi Gras. HEX triplet: 36, 01 and 38. RGB value is (54,1,56). Sum of RGB (Red+Green+Blue) = 54+1+56=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #360138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360138 is #C9FEC7. Grayscale: #161616. Windows color (decimal): -13237960 or 3670326. OLE color: 3670326.

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

Color convert

RGB54156-
CMYK0.040.9800.78
HSL297.82º96.49%11.18%-
HSV(B)297.82º98.21%21.96%-
XYZ2.251.093.83-
YUV23.12146.56150.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=48.65%
G=0.90%
B=50.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal541560.040.9800.78297.8296.4911.18
Hex3613846204E12a60b
Octal661704142011645214013
Binary110110111100010011000100100111010010101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360138; }

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

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

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

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

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

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

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

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