#361330

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

Shades of Mardi Gras #361330

Tints of Mardi Gras #361330

Color information

#361330 (or 0x361330) is unknown color: approx Mardi Gras. HEX triplet: 36, 13 and 30. RGB value is (54,19,48). Sum of RGB (Red+Green+Blue) = 54+19+48=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #361330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361330 is #C9ECCF. Grayscale: #202020. Windows color (decimal): -13233360 or 3150646. OLE color: 3150646.

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

Color convert

RGB541948-
CMYK00.650.110.79
HSL310.29º47.95%14.31%-
HSV(B)310.29º64.81%21.18%-
XYZ2.291.462.96-
YUV32.77136.6143.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=44.63%
G=15.70%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54194800.650.110.79310.2947.9514.31
Hex361330041B4F13630e
Octal6623600101131174666016
Binary1101101001111000001000001101110011111001101101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361330; }

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

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

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

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

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

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

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

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