#222229

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

Shades of Jaguar #222229

Tints of Jaguar #222229

Color information

#222229 (or 0x222229) is unknown color: approx Jaguar. HEX triplet: 22, 22 and 29. RGB value is (34,34,41). Sum of RGB (Red+Green+Blue) = 34+34+41=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 41 - color contains mainly: blue. Hex color #222229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222229 is #DDDDD6. Grayscale: #222222. Windows color (decimal): -14540247 or 2695714. OLE color: 2695714.

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

Color convert

RGB343441-
CMYK0.170.1700.84
HSL240º9.33%14.71%-
HSV(B)240º17.07%16.08%-
XYZ1.631.642.33-
YUV34.8131.5127.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.19%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=31.19%
G=31.19%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3434410.170.1700.842409.3314.71
Hex2222291111054f09f
Octal424251212101243601117
Binary1000101000101010011000110001010101001111000010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222229; }

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

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

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

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

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

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

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

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