#221621

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

Shades of Mardi Gras #221621

Tints of Mardi Gras #221621

Color information

#221621 (or 0x221621) is unknown color: approx Mardi Gras. HEX triplet: 22, 16 and 21. RGB value is (34,22,33). Sum of RGB (Red+Green+Blue) = 34+22+33=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 34 - color contains mainly: red. Hex color #221621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221621 is #DDE9DE. Grayscale: #1A1A1A. Windows color (decimal): -14543327 or 2168354. OLE color: 2168354.

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

Color convert

RGB342233-
CMYK00.350.030.87
HSL305º21.43%10.98%-
HSV(B)305º35.29%13.33%-
XYZ1.221.021.57-
YUV26.84131.48133.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=38.20%
G=24.72%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34223300.350.030.8730521.4310.98
Hex22162102335713115b
Octal42264104331274612513
Binary100010101101000010100011111010111100110001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221621; }

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

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

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

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

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

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

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

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