#222231

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

Shades of Jaguar #222231

Tints of Jaguar #222231

Color information

#222231 (or 0x222231) is unknown color: approx Jaguar. HEX triplet: 22, 22 and 31. RGB value is (34,34,49). Sum of RGB (Red+Green+Blue) = 34+34+49=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #222231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222231 is #DDDDCE. Grayscale: #232323. Windows color (decimal): -14540239 or 3220002. OLE color: 3220002.

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

Color convert

RGB343449-
CMYK0.310.3100.81
HSL240º18.07%16.27%-
HSV(B)240º30.61%19.22%-
XYZ1.791.713.14-
YUV35.71135.5126.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.06%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=29.06%
G=29.06%
B=41.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3434490.310.3100.8124018.0716.27
Hex2222311F1F051f01210
Octal424261373701213602220
Binary100010100010110001111111111101010001111100001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222231; }

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

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

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

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

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

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

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

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