#220221

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

Shades of Mardi Gras #220221

Tints of Mardi Gras #220221

Color information

#220221 (or 0x220221) is unknown color: approx Mardi Gras. HEX triplet: 22, 02 and 21. RGB value is (34,2,33). Sum of RGB (Red+Green+Blue) = 34+2+33=69 (9% of max value = 765). Red value is 34 (13.67% from 255 or 49.28% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 34 - color contains mainly: red. Hex color #220221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220221 is #DDFDDE. Grayscale: #0F0F0F. Windows color (decimal): -14548447 or 2163234. OLE color: 2163234.

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

Color convert

RGB34233-
CMYK00.940.030.87
HSL301.88º88.89%7.06%-
HSV(B)301.88º94.12%13.33%-
XYZ0.960.491.48-
YUV15.1138.1141.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 49.28%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 33 (13.28% from 255) = 47.83%
R=49.28%
G=2.90%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3423300.940.030.87301.8888.897.06
Hex2222105E35712e597
Octal42241013631274561317
Binary10001010100001010111101110101111001011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220221; }

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

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

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

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

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

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

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

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