#361430

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

Shades of Mardi Gras #361430

Tints of Mardi Gras #361430

Color information

#361430 (or 0x361430) is unknown color: approx Mardi Gras. HEX triplet: 36, 14 and 30. RGB value is (54,20,48). Sum of RGB (Red+Green+Blue) = 54+20+48=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #361430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361430 is #C9EBCF. Grayscale: #212121. Windows color (decimal): -13233104 or 3150902. OLE color: 3150902.

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

Color convert

RGB542048-
CMYK00.630.110.79
HSL310.59º45.95%14.51%-
HSV(B)310.59º62.96%21.18%-
XYZ2.31.52.96-
YUV33.36136.26142.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=44.26%
G=16.39%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54204800.630.110.79310.5945.9514.51
Hex36143003FB4F1372ef
Octal662460077131174675617
Binary110110101001100000111111101110011111001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361430; }

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

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

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

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

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

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

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

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