#36012F

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

Shades of Mardi Gras #36012F

Tints of Mardi Gras #36012F

Color information

#36012F (or 0x36012F) is unknown color: approx Mardi Gras. HEX triplet: 36, 01 and 2F. RGB value is (54,1,47). Sum of RGB (Red+Green+Blue) = 54+1+47=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #36012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36012F is #C9FED0. Grayscale: #151515. Windows color (decimal): -13237969 or 3080502. OLE color: 3080502.

HSL color Cylindrical-coordinate representation of color #36012F: hue angle of 307.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36012F is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB54147-
CMYK00.980.130.79
HSL307.92º96.36%10.78%-
HSV(B)307.92º98.15%21.18%-
XYZ2.051.012.78-
YUV22.09142.06150.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 47 (18.75% from 255) = 46.08%
R=52.94%
G=0.98%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5414700.980.130.79307.9296.3610.78
Hex3612F062D4F13460b
Octal6615701421511746414013
Binary1101101101111011000101101100111110011010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36012F; }

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

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

<style>
 a { background-color: #36012F; }

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

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

<style>
 span { border-color: #36012F; }

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

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