#22213A

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

Shades of Jaguar #22213A

Tints of Jaguar #22213A

Color information

#22213A (or 0x22213A) is unknown color: approx Jaguar. HEX triplet: 22, 21 and 3A. RGB value is (34,33,58). Sum of RGB (Red+Green+Blue) = 34+33+58=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #22213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22213A is #DDDEC5. Grayscale: #242424. Windows color (decimal): -14540486 or 3809570. OLE color: 3809570.

HSL color Cylindrical-coordinate representation of color #22213A: hue angle of 242.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #22213A is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB343358-
CMYK0.410.4300.77
HSL242.4º27.47%17.84%-
HSV(B)242.4º43.1%22.75%-
XYZ1.971.734.23-
YUV36.15140.33126.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.2%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=27.2%
G=26.4%
B=46.4%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3433580.410.4300.77242.427.4717.84
Hex22213A292B04Df21b12
Octal424172515301153623322
Binary10001010000111101010100110101101001101111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22213A; }

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

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

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

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

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

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

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

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