#240321

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

Shades of Mardi Gras #240321

Tints of Mardi Gras #240321

Color information

#240321 (or 0x240321) is unknown color: approx Mardi Gras. HEX triplet: 24, 03 and 21. RGB value is (36,3,33). Sum of RGB (Red+Green+Blue) = 36+3+33=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #240321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240321 is #DBFCDE. Grayscale: #101010. Windows color (decimal): -14417119 or 2163492. OLE color: 2163492.

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

Color convert

RGB36333-
CMYK00.920.080.86
HSL305.45º84.62%7.65%-
HSV(B)305.45º91.67%14.12%-
XYZ1.030.551.49-
YUV16.29137.43142.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 33 (13.28% from 255) = 45.83%
R=50%
G=4.17%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3633300.920.080.86305.4584.627.65
Hex2432105C856131558
Octal4434101341012646112510
Binary10010011100001010111001000101011010011000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240321; }

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

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

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

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

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

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

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

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