#221922

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

Shades of Mardi Gras #221922

Tints of Mardi Gras #221922

Color information

#221922 (or 0x221922) is unknown color: approx Mardi Gras. HEX triplet: 22, 19 and 22. RGB value is (34,25,34). Sum of RGB (Red+Green+Blue) = 34+25+34=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 34 - color contains mainly: red, blue. Hex color #221922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221922 is #DDE6DD. Grayscale: #1C1C1C. Windows color (decimal): -14542558 or 2234658. OLE color: 2234658.

HSL color Cylindrical-coordinate representation of color #221922: hue angle of 300º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #221922 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB342534-
CMYK00.2600.87
HSL300º15.25%11.57%-
HSV(B)300º26.47%13.33%-
XYZ1.31.151.67-
YUV28.72130.98131.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.56%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 34 (13.67% from 255) = 36.56%
R=36.56%
G=26.88%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34253400.2600.8730015.2511.57
Hex22192201A05712cfc
Octal42314203201274541714
Binary100010110011000100110100101011110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221922; }

 p { color: rgb(34,25,34); }

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

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

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

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

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

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

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