#161338

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

Shades of Jaguar #161338

Tints of Jaguar #161338

Color information

#161338 (or 0x161338) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 38. RGB value is (22,19,56). Sum of RGB (Red+Green+Blue) = 22+19+56=97 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.68% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #161338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161338 is #E9ECC7. Grayscale: #171717. Windows color (decimal): -15330504 or 3674902. OLE color: 3674902.

HSL color Cylindrical-coordinate representation of color #161338: hue angle of 244.86º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #161338 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB221956-
CMYK0.610.6600.78
HSL244.86º49.33%14.71%-
HSV(B)244.86º66.07%21.96%-
XYZ1.280.923.85-
YUV24.12145.99126.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.68%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 56 (22.27% from 255) = 57.73%
R=22.68%
G=19.59%
B=57.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2219560.610.6600.78244.8649.3314.71
Hex1613383D4204Ef531f
Octal2623707510201163656117
Binary1011010011111000111101100001001001110111101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161338; }

 p { color: rgb(22,19,56); }

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

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

 a { background-color: rgb(22,19,56); }

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

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

 span { border-color: rgb(22,19,56); }

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