#240721

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

Shades of Mardi Gras #240721

Tints of Mardi Gras #240721

Color information

#240721 (or 0x240721) is unknown color: approx Mardi Gras. HEX triplet: 24, 07 and 21. RGB value is (36,7,33). Sum of RGB (Red+Green+Blue) = 36+7+33=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #240721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240721 is #DBF8DE. Grayscale: #121212. Windows color (decimal): -14416095 or 2164516. OLE color: 2164516.

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

Color convert

RGB36733-
CMYK00.810.080.86
HSL306.21º67.44%8.43%-
HSV(B)306.21º80.56%14.12%-
XYZ1.080.641.5-
YUV18.63136.11140.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 33 (13.28% from 255) = 43.42%
R=47.37%
G=9.21%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3673300.810.080.86306.2167.448.43
Hex24721051856132438
Octal4474101211012646210310
Binary100100111100001010100011000101011010011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240721; }

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

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

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

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

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

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

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

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