#36013A

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

Shades of Mardi Gras #36013A

Tints of Mardi Gras #36013A

Color information

#36013A (or 0x36013A) is unknown color: approx Mardi Gras. HEX triplet: 36, 01 and 3A. RGB value is (54,1,58). Sum of RGB (Red+Green+Blue) = 54+1+58=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #36013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36013A is #C9FEC5. Grayscale: #171717. Windows color (decimal): -13237958 or 3801398. OLE color: 3801398.

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

Color convert

RGB54158-
CMYK0.070.9800.77
HSL295.79º96.61%11.57%-
HSV(B)295.79º98.28%22.75%-
XYZ2.31.114.1-
YUV23.34147.56149.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 58 (23.05% from 255) = 51.33%
R=47.79%
G=0.88%
B=51.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal541580.070.9800.77295.7996.6111.57
Hex3613A76204D12861c
Octal661727142011545014114
Binary110110111101011111000100100110110010100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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