#361A33

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

Shades of Mardi Gras #361A33

Tints of Mardi Gras #361A33

Color information

#361A33 (or 0x361A33) is unknown color: approx Mardi Gras. HEX triplet: 36, 1A and 33. RGB value is (54,26,51). Sum of RGB (Red+Green+Blue) = 54+26+51=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #361A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A33 is #C9E5CC. Grayscale: #252525. Windows color (decimal): -13231565 or 3349046. OLE color: 3349046.

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

Color convert

RGB542651-
CMYK00.520.060.79
HSL306.43º35%15.69%-
HSV(B)306.43º51.85%21.18%-
XYZ2.491.763.34-
YUV37.22135.78139.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 51 (20.31% from 255) = 38.93%
R=41.22%
G=19.85%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54265100.520.060.79306.433515.69
Hex361A3303464F1322310
Octal66326306461174624320
Binary110110110101100110110100110100111110011001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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