#241121

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

Shades of Mardi Gras #241121

Tints of Mardi Gras #241121

Color information

#241121 (or 0x241121) is unknown color: approx Mardi Gras. HEX triplet: 24, 11 and 21. RGB value is (36,17,33). Sum of RGB (Red+Green+Blue) = 36+17+33=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #241121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241121 is #DBEEDE. Grayscale: #181818. Windows color (decimal): -14413535 or 2167076. OLE color: 2167076.

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

Color convert

RGB361733-
CMYK00.530.080.86
HSL309.47º35.85%10.39%-
HSV(B)309.47º52.78%14.12%-
XYZ1.20.891.55-
YUV24.5132.79136.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 33 (13.28% from 255) = 38.37%
R=41.86%
G=19.77%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36173300.530.080.86309.4735.8510.39
Hex24112103585613524a
Octal442141065101264654412
Binary100100100011000010110101100010101101001101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241121; }

 p { color: rgb(36,17,33); }

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

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

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

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

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

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

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