#360031

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

Shades of Mardi Gras #360031

Tints of Mardi Gras #360031

Color information

#360031 (or 0x360031) is unknown color: approx Mardi Gras. HEX triplet: 36, 00 and 31. RGB value is (54,0,49). Sum of RGB (Red+Green+Blue) = 54+0+49=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #360031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360031 is #C9FFCE. Grayscale: #151515. Windows color (decimal): -13238223 or 3211318. OLE color: 3211318.

HSL color Cylindrical-coordinate representation of color #360031: hue angle of 305.56º 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 #360031 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB54049-
CMYK010.090.79
HSL305.56º100%10.59%-
HSV(B)305.56º100%21.18%-
XYZ2.081.012.99-
YUV21.73143.39151.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=52.43%
G=0%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54049010.090.79305.5610010.59
Hex3603106494F13264b
Octal6606101441111746214413
Binary1101100110001011001001001100111110011001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360031; }

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

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

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

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

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

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

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

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