#360030

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

Shades of Mardi Gras #360030

Tints of Mardi Gras #360030

Color information

#360030 (or 0x360030) is unknown color: approx Mardi Gras. HEX triplet: 36, 00 and 30. RGB value is (54,0,48). Sum of RGB (Red+Green+Blue) = 54+0+48=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #360030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360030 is #C9FFCF. Grayscale: #151515. Windows color (decimal): -13238224 or 3145782. OLE color: 3145782.

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

Color convert

RGB54048-
CMYK010.110.79
HSL306.67º100%10.59%-
HSV(B)306.67º100%21.18%-
XYZ2.0512.88-
YUV21.62142.89151.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=52.94%
G=0%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54048010.110.79306.6710010.59
Hex36030064B4F13364b
Octal6606001441311746314413
Binary1101100110000011001001011100111110011001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360030; }

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

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

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

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

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

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

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

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