#240421

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

Shades of Mardi Gras #240421

Tints of Mardi Gras #240421

Color information

#240421 (or 0x240421) is unknown color: approx Mardi Gras. HEX triplet: 24, 04 and 21. RGB value is (36,4,33). Sum of RGB (Red+Green+Blue) = 36+4+33=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #240421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240421 is #DBFBDE. Grayscale: #101010. Windows color (decimal): -14416863 or 2163748. OLE color: 2163748.

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

Color convert

RGB36433-
CMYK00.890.080.86
HSL305.62º80%7.84%-
HSV(B)305.62º88.89%14.12%-
XYZ1.050.571.49-
YUV16.87137.1141.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 49.32%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 33 (13.28% from 255) = 45.21%
R=49.32%
G=5.48%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3643300.890.080.86305.62807.84
Hex24421059856132508
Octal4444101311012646212010
Binary100100100100001010110011000101011010011001010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240421; }

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

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

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

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

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

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

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

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