#241B24

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

Shades of Mardi Gras #241B24

Tints of Mardi Gras #241B24

Color information

#241B24 (or 0x241B24) is unknown color: approx Mardi Gras. HEX triplet: 24, 1B and 24. RGB value is (36,27,36). Sum of RGB (Red+Green+Blue) = 36+27+36=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B24 is #DBE4DB. Grayscale: #1E1E1E. Windows color (decimal): -14410972 or 2366244. OLE color: 2366244.

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

Color convert

RGB362736-
CMYK00.2500.86
HSL300º14.29%12.35%-
HSV(B)300º25%14.12%-
XYZ1.441.291.84-
YUV30.72130.98131.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 27 (10.94% from 255) = 27.27%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36273600.2500.8630014.2912.35
Hex241B2401905612cec
Octal44334403101264541614
Binary100100110111001000110010101011010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241B24; }

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

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

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

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

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

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

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

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