#36002F

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

Shades of Mardi Gras #36002F

Tints of Mardi Gras #36002F

Color information

#36002F (or 0x36002F) is unknown color: approx Mardi Gras. HEX triplet: 36, 00 and 2F. RGB value is (54,0,47). Sum of RGB (Red+Green+Blue) = 54+0+47=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36002F is #C9FFD0. Grayscale: #151515. Windows color (decimal): -13238225 or 3080246. OLE color: 3080246.

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

Color convert

RGB54047-
CMYK010.130.79
HSL307.78º100%10.59%-
HSV(B)307.78º100%21.18%-
XYZ2.030.992.77-
YUV21.5142.39151.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 53.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 46.53%
R=53.47%
G=0%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54047010.130.79307.7810010.59
Hex3602F064D4F13464b
Octal6605701441511746414413
Binary1101100101111011001001101100111110011010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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