#241524

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

Shades of Mardi Gras #241524

Tints of Mardi Gras #241524

Color information

#241524 (or 0x241524) is unknown color: approx Mardi Gras. HEX triplet: 24, 15 and 24. RGB value is (36,21,36). Sum of RGB (Red+Green+Blue) = 36+21+36=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241524 is #DBEADB. Grayscale: #1B1B1B. Windows color (decimal): -14412508 or 2364708. OLE color: 2364708.

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

Color convert

RGB362136-
CMYK00.4200.86
HSL300º26.32%11.18%-
HSV(B)300º41.67%14.12%-
XYZ1.311.041.8-
YUV27.2132.97134.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=38.71%
G=22.58%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36213600.4200.8630026.3211.18
Hex24152402A05612c1ab
Octal44254405201264543213
Binary10010010101100100010101001010110100101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241524; }

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

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

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

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

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

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

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

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