#221121

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

Shades of Mardi Gras #221121

Tints of Mardi Gras #221121

Color information

#221121 (or 0x221121) is unknown color: approx Mardi Gras. HEX triplet: 22, 11 and 21. RGB value is (34,17,33). Sum of RGB (Red+Green+Blue) = 34+17+33=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 34 - color contains mainly: red. Hex color #221121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221121 is #DDEEDE. Grayscale: #171717. Windows color (decimal): -14544607 or 2167074. OLE color: 2167074.

HSL color Cylindrical-coordinate representation of color #221121: hue angle of 303.53º 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 #221121 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB341733-
CMYK00.500.030.87
HSL303.53º33.33%10%-
HSV(B)303.53º50%13.33%-
XYZ1.130.851.54-
YUV23.91133.13135.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40.48%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=40.48%
G=20.24%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34173300.500.030.87303.5333.3310
Hex22112103235713021a
Octal42214106231274604112
Binary1000101000110000101100101110101111001100001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221121; }

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

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

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

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

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

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

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

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