#361838

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

Shades of Mardi Gras #361838

Tints of Mardi Gras #361838

Color information

#361838 (or 0x361838) is unknown color: approx Mardi Gras. HEX triplet: 36, 18 and 38. RGB value is (54,24,56). Sum of RGB (Red+Green+Blue) = 54+24+56=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #361838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361838 is #C9E7C7. Grayscale: #242424. Windows color (decimal): -13232072 or 3676214. OLE color: 3676214.

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

Color convert

RGB542456-
CMYK0.040.5700.78
HSL296.25º40%15.69%-
HSV(B)296.25º57.14%21.96%-
XYZ2.561.723.94-
YUV36.62138.94140.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=40.30%
G=17.91%
B=41.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5424560.040.5700.78296.254015.69
Hex36183843904E1282810
Octal66307047101164505020
Binary110110110001110001001110010100111010010100010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361838; }

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

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

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

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

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

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

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

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