#360838

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

Shades of Mardi Gras #360838

Tints of Mardi Gras #360838

Color information

#360838 (or 0x360838) is unknown color: approx Mardi Gras. HEX triplet: 36, 08 and 38. RGB value is (54,8,56). Sum of RGB (Red+Green+Blue) = 54+8+56=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #360838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360838 is #C9F7C7. Grayscale: #1B1B1B. Windows color (decimal): -13236168 or 3672118. OLE color: 3672118.

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

Color convert

RGB54856-
CMYK0.040.8600.78
HSL297.5º75%12.55%-
HSV(B)297.5º85.71%21.96%-
XYZ2.321.243.86-
YUV27.23144.24147.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 56 (22.27% from 255) = 47.46%
R=45.76%
G=6.78%
B=47.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal548560.040.8600.78297.57512.55
Hex3683845604E12a4bd
Octal6610704126011645211315
Binary110110100011100010010101100100111010010101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360838; }

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

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

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

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

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

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

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

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