#222228

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

Shades of Jaguar #222228

Tints of Jaguar #222228

Color information

#222228 (or 0x222228) is unknown color: approx Jaguar. HEX triplet: 22, 22 and 28. RGB value is (34,34,40). Sum of RGB (Red+Green+Blue) = 34+34+40=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 40 - color contains mainly: blue. Hex color #222228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222228 is #DDDDD7. Grayscale: #222222. Windows color (decimal): -14540248 or 2630178. OLE color: 2630178.

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

Color convert

RGB343440-
CMYK0.150.1500.84
HSL240º8.11%14.51%-
HSV(B)240º15%15.69%-
XYZ1.611.642.24-
YUV34.68131127.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.48%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=31.48%
G=31.48%
B=37.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3434400.150.1500.842408.1114.51
Hex222228FF054f08f
Octal424250171701243601017
Binary10001010001010100011111111010101001111000010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222228; }

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

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

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

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

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

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

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

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