#210424

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

Shades of Mardi Gras #210424

Tints of Mardi Gras #210424

Color information

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

HSL color Cylindrical-coordinate representation of color #210424: hue angle of 294.38º 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 #210424 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB33436-
CMYK0.080.8900.86
HSL294.38º80%7.84%-
HSV(B)294.38º88.89%14.12%-
XYZ0.990.541.72-
YUV16.32139.11139.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal334360.080.8900.86294.38807.84
Hex21424859056126508
Octal4144410131012644612010
Binary100001100100100100010110010101011010010011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210424; }

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

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

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

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

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

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

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

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