#361835

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

Shades of Mardi Gras #361835

Tints of Mardi Gras #361835

Color information

#361835 (or 0x361835) is unknown color: approx Mardi Gras. HEX triplet: 36, 18 and 35. RGB value is (54,24,53). Sum of RGB (Red+Green+Blue) = 54+24+53=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #361835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361835 is #C9E7CA. Grayscale: #242424. Windows color (decimal): -13232075 or 3479606. OLE color: 3479606.

HSL color Cylindrical-coordinate representation of color #361835: hue angle of 302º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #361835 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB542453-
CMYK00.560.020.79
HSL302º38.46%15.29%-
HSV(B)302º55.56%21.18%-
XYZ2.491.693.56-
YUV36.28137.44140.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=41.22%
G=18.32%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54245300.560.020.7930238.4615.29
Hex36183503824F12e26f
Octal66306507021174564617
Binary1101101100011010101110001010011111001011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361835; }

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

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

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

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

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

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

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

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