#360D2F

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

Shades of Mardi Gras #360D2F

Tints of Mardi Gras #360D2F

Color information

#360D2F (or 0x360D2F) is unknown color: approx Mardi Gras. HEX triplet: 36, 0D and 2F. RGB value is (54,13,47). Sum of RGB (Red+Green+Blue) = 54+13+47=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #360D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D2F is #C9F2D0. Grayscale: #1D1D1D. Windows color (decimal): -13234897 or 3083574. OLE color: 3083574.

HSL color Cylindrical-coordinate representation of color #360D2F: hue angle of 310.24º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D2F is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB541347-
CMYK00.760.130.79
HSL310.24º61.19%13.14%-
HSV(B)310.24º75.93%21.18%-
XYZ2.181.282.82-
YUV29.14138.08145.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 13 (5.47% from 255) = 11.40%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=47.37%
G=11.40%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54134700.760.130.79310.2461.1913.14
Hex36D2F04CD4F1363dd
Octal6615570114151174667515
Binary110110110110111101001100110110011111001101101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360D2F; }

 p { color: rgb(54,13,47); }

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

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

 a { background-color: rgb(54,13,47); }

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

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

 span { border-color: rgb(54,13,47); }

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