#361F38

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

Shades of Mardi Gras #361F38

Tints of Mardi Gras #361F38

Color information

#361F38 (or 0x361F38) is unknown color: approx Mardi Gras. HEX triplet: 36, 1F and 38. RGB value is (54,31,56). Sum of RGB (Red+Green+Blue) = 54+31+56=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #361F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F38 is #C9E0C7. Grayscale: #282828. Windows color (decimal): -13230280 or 3678006. OLE color: 3678006.

HSL color Cylindrical-coordinate representation of color #361F38: hue angle of 295.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #361F38 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB543156-
CMYK0.040.4500.78
HSL295.2º28.74%17.06%-
HSV(B)295.2º44.64%21.96%-
XYZ2.732.053.99-
YUV40.73136.62137.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=38.30%
G=21.99%
B=39.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5431560.040.4500.78295.228.7417.06
Hex361F3842D04E1271d11
Octal66377045501164473521
Binary11011011111111000100101101010011101001001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361F38; }

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

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

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

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

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

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

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

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