#36193A

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

Shades of Mardi Gras #36193A

Tints of Mardi Gras #36193A

Color information

#36193A (or 0x36193A) is unknown color: approx Mardi Gras. HEX triplet: 36, 19 and 3A. RGB value is (54,25,58). Sum of RGB (Red+Green+Blue) = 54+25+58=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 58 - color contains mainly: blue. Hex color #36193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36193A is #C9E6C5. Grayscale: #252525. Windows color (decimal): -13231814 or 3807542. OLE color: 3807542.

HSL color Cylindrical-coordinate representation of color #36193A: hue angle of 292.73º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36193A is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB542558-
CMYK0.070.5700.77
HSL292.73º39.76%16.27%-
HSV(B)292.73º56.9%22.75%-
XYZ2.631.794.21-
YUV37.43139.61139.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=39.42%
G=18.25%
B=42.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5425580.070.5700.77292.7339.7616.27
Hex36193A73904D1252810
Octal66317277101154455020
Binary110110110011110101111110010100110110010010110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36193A; }

 p { color: rgb(54,25,58); }

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

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

 a { background-color: rgb(54,25,58); }

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

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

 span { border-color: rgb(54,25,58); }

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