#240A21

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

Shades of Mardi Gras #240A21

Tints of Mardi Gras #240A21

Color information

#240A21 (or 0x240A21) is unknown color: approx Mardi Gras. HEX triplet: 24, 0A and 21. RGB value is (36,10,33). Sum of RGB (Red+Green+Blue) = 36+10+33=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #240A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A21 is #DBF5DE. Grayscale: #141414. Windows color (decimal): -14415327 or 2165284. OLE color: 2165284.

HSL color Cylindrical-coordinate representation of color #240A21: hue angle of 306.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A21 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB361033-
CMYK00.720.080.86
HSL306.92º56.52%9.02%-
HSV(B)306.92º72.22%14.12%-
XYZ1.110.71.52-
YUV20.4135.11139.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 33 (13.28% from 255) = 41.77%
R=45.57%
G=12.66%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36103300.720.080.86306.9256.529.02
Hex24A21048856133399
Octal4412410110101264637111
Binary100100101010000101001000100010101101001100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A21; }

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

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

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

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

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

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

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

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