#240820

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

Shades of Mardi Gras #240820

Tints of Mardi Gras #240820

Color information

#240820 (or 0x240820) is unknown color: approx Mardi Gras. HEX triplet: 24, 08 and 20. RGB value is (36,8,32). Sum of RGB (Red+Green+Blue) = 36+8+32=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #240820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240820 is #DBF7DF. Grayscale: #131313. Windows color (decimal): -14415840 or 2099236. OLE color: 2099236.

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

Color convert

RGB36832-
CMYK00.780.110.86
HSL308.57º63.64%8.63%-
HSV(B)308.57º77.78%14.12%-
XYZ1.080.651.44-
YUV19.11135.28140.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=47.37%
G=10.53%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3683200.780.110.86308.5763.648.63
Hex2482004EB56135409
Octal44104001161312646510011
Binary1001001000100000010011101011101011010011010110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240820; }

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

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

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

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

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

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

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

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