#361C34

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

Shades of Mardi Gras #361C34

Tints of Mardi Gras #361C34

Color information

#361C34 (or 0x361C34) is unknown color: approx Mardi Gras. HEX triplet: 36, 1C and 34. RGB value is (54,28,52). Sum of RGB (Red+Green+Blue) = 54+28+52=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #361C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C34 is #C9E3CB. Grayscale: #262626. Windows color (decimal): -13231052 or 3415094. OLE color: 3415094.

HSL color Cylindrical-coordinate representation of color #361C34: hue angle of 304.62º 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 #361C34 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB542852-
CMYK00.480.040.79
HSL304.62º31.71%16.08%-
HSV(B)304.62º48.15%21.18%-
XYZ2.561.863.47-
YUV38.51135.61139.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 28 (11.33% from 255) = 20.90%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=40.30%
G=20.90%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54285200.480.040.79304.6231.7116.08
Hex361C3403044F1312010
Octal66346406041174614020
Binary110110111001101000110000100100111110011000110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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