#222131

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

Shades of Jaguar #222131

Tints of Jaguar #222131

Color information

#222131 (or 0x222131) is unknown color: approx Jaguar. HEX triplet: 22, 21 and 31. RGB value is (34,33,49). Sum of RGB (Red+Green+Blue) = 34+33+49=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #222131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222131 is #DDDECE. Grayscale: #232323. Windows color (decimal): -14540495 or 3219746. OLE color: 3219746.

HSL color Cylindrical-coordinate representation of color #222131: hue angle of 243.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #222131 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB343349-
CMYK0.310.3300.81
HSL243.75º19.51%16.08%-
HSV(B)243.75º32.65%19.22%-
XYZ1.761.653.13-
YUV35.12135.83127.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.31%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=29.31%
G=28.45%
B=42.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3433490.310.3300.81243.7519.5116.08
Hex2221311F21051f41410
Octal424161374101213642420
Binary1000101000011100011111110000101010001111101001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222131; }

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

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

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

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

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

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

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

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