#241024

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

Shades of Mardi Gras #241024

Tints of Mardi Gras #241024

Color information

#241024 (or 0x241024) is unknown color: approx Mardi Gras. HEX triplet: 24, 10 and 24. RGB value is (36,16,36). Sum of RGB (Red+Green+Blue) = 36+16+36=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241024 is #DBEFDB. Grayscale: #181818. Windows color (decimal): -14413788 or 2363428. OLE color: 2363428.

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

Color convert

RGB361636-
CMYK00.5600.86
HSL300º38.46%10.2%-
HSV(B)300º55.56%14.12%-
XYZ1.230.871.77-
YUV24.26134.63136.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 36 (14.45% from 255) = 40.91%
R=40.91%
G=18.18%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36163600.5600.8630038.4610.2
Hex24102403805612c26a
Octal44204407001264544612
Binary100100100001001000111000010101101001011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241024; }

 p { color: rgb(36,16,36); }

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

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

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

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

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

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

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