#240221

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

Shades of Mardi Gras #240221

Tints of Mardi Gras #240221

Color information

#240221 (or 0x240221) is unknown color: approx Mardi Gras. HEX triplet: 24, 02 and 21. RGB value is (36,2,33). Sum of RGB (Red+Green+Blue) = 36+2+33=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #240221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240221 is #DBFDDE. Grayscale: #0F0F0F. Windows color (decimal): -14417375 or 2163236. OLE color: 2163236.

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

Color convert

RGB36233-
CMYK00.940.080.86
HSL305.29º89.47%7.45%-
HSV(B)305.29º94.44%14.12%-
XYZ1.020.531.49-
YUV15.7137.76142.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50.70%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 33 (13.28% from 255) = 46.48%
R=50.70%
G=2.82%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3623300.940.080.86305.2989.477.45
Hex2422105E856131597
Octal442410136101264611317
Binary1001001010000101011110100010101101001100011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240221; }

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

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

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

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

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

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

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

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