#210724

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

Shades of Mardi Gras #210724

Tints of Mardi Gras #210724

Color information

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

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

Color convert

RGB33736-
CMYK0.080.8100.86
HSL293.79º67.44%8.43%-
HSV(B)293.79º80.56%14.12%-
XYZ1.020.61.73-
YUV18.08138.11138.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal337360.080.8100.86293.7967.448.43
Hex21724851056126438
Octal4174410121012644610310
Binary100001111100100100010100010101011010010011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210724; }

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

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

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

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

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

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

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

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