#221120

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

Shades of Mardi Gras #221120

Tints of Mardi Gras #221120

Color information

#221120 (or 0x221120) is unknown color: approx Mardi Gras. HEX triplet: 22, 11 and 20. RGB value is (34,17,32). Sum of RGB (Red+Green+Blue) = 34+17+32=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 34 - color contains mainly: red. Hex color #221120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221120 is #DDEEDF. Grayscale: #171717. Windows color (decimal): -14544608 or 2101538. OLE color: 2101538.

HSL color Cylindrical-coordinate representation of color #221120: hue angle of 307.06º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #221120 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB341732-
CMYK00.500.060.87
HSL307.06º33.33%10%-
HSV(B)307.06º50%13.33%-
XYZ1.120.851.47-
YUV23.79132.63135.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.96%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=40.96%
G=20.48%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34173200.500.060.87307.0633.3310
Hex22112003265713321a
Octal42214006261274634112
Binary10001010001100000011001011010101111001100111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221120; }

 p { color: rgb(34,17,32); }

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

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

 a { background-color: rgb(34,17,32); }

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

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

 span { border-color: rgb(34,17,32); }

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