#361238

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

Shades of Mardi Gras #361238

Tints of Mardi Gras #361238

Color information

#361238 (or 0x361238) is unknown color: approx Mardi Gras. HEX triplet: 36, 12 and 38. RGB value is (54,18,56). Sum of RGB (Red+Green+Blue) = 54+18+56=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #361238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361238 is #C9EDC7. Grayscale: #202020. Windows color (decimal): -13233608 or 3674678. OLE color: 3674678.

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

Color convert

RGB541856-
CMYK0.040.6800.78
HSL296.84º51.35%14.51%-
HSV(B)296.84º67.86%21.96%-
XYZ2.451.53.9-
YUV33.1140.93142.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=42.19%
G=14.06%
B=43.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5418560.040.6800.78296.8451.3514.51
Hex36123844404E12933f
Octal662270410401164516317
Binary110110100101110001001000100010011101001010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361238; }

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

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

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

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

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

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

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

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