#361C33

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

Shades of Mardi Gras #361C33

Tints of Mardi Gras #361C33

Color information

#361C33 (or 0x361C33) is unknown color: approx Mardi Gras. HEX triplet: 36, 1C and 33. RGB value is (54,28,51). Sum of RGB (Red+Green+Blue) = 54+28+51=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #361C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C33 is #C9E3CC. Grayscale: #262626. Windows color (decimal): -13231053 or 3349558. OLE color: 3349558.

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

Color convert

RGB542851-
CMYK00.480.060.79
HSL306.92º31.71%16.08%-
HSV(B)306.92º48.15%21.18%-
XYZ2.531.853.36-
YUV38.4135.11139.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=40.60%
G=21.05%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54285100.480.060.79306.9231.7116.08
Hex361C3303064F1332010
Octal66346306061174634020
Binary110110111001100110110000110100111110011001110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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