#240520

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

Shades of Mardi Gras #240520

Tints of Mardi Gras #240520

Color information

#240520 (or 0x240520) is unknown color: approx Mardi Gras. HEX triplet: 24, 05 and 20. RGB value is (36,5,32). Sum of RGB (Red+Green+Blue) = 36+5+32=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #240520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240520 is #DBFADF. Grayscale: #111111. Windows color (decimal): -14416608 or 2098468. OLE color: 2098468.

HSL color Cylindrical-coordinate representation of color #240520: hue angle of 307.74º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240520 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB36532-
CMYK00.860.110.86
HSL307.74º75.61%8.04%-
HSV(B)307.74º86.11%14.12%-
XYZ1.040.591.43-
YUV17.35136.27141.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 49.32%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=49.32%
G=6.85%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3653200.860.110.86307.7475.618.04
Hex24520056B561344c8
Octal4454001261312646411410
Binary100100101100000010101101011101011010011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240520; }

 p { color: rgb(36,5,32); }

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

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

 a { background-color: rgb(36,5,32); }

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

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

 span { border-color: rgb(36,5,32); }

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