#361C35

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

Shades of Mardi Gras #361C35

Tints of Mardi Gras #361C35

Color information

#361C35 (or 0x361C35) is unknown color: approx Mardi Gras. HEX triplet: 36, 1C and 35. RGB value is (54,28,53). Sum of RGB (Red+Green+Blue) = 54+28+53=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #361C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C35 is #C9E3CA. Grayscale: #262626. Windows color (decimal): -13231051 or 3480630. OLE color: 3480630.

HSL color Cylindrical-coordinate representation of color #361C35: hue angle of 302.31º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #361C35 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB542853-
CMYK00.480.020.79
HSL302.31º31.71%16.08%-
HSV(B)302.31º48.15%21.18%-
XYZ2.581.873.59-
YUV38.62136.11138.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=40%
G=20.74%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54285300.480.020.79302.3131.7116.08
Hex361C3503024F12e2010
Octal66346506021174564020
Binary11011011100110101011000010100111110010111010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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